Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
InstanceProfile |
InstanceProfile.clone() |
InstanceProfile |
CreateInstanceProfileResult.getInstanceProfile()
A structure containing details about the new instance profile.
|
InstanceProfile |
GetInstanceProfileResult.getInstanceProfile()
A structure containing details about the instance profile.
|
InstanceProfile |
InstanceProfile.withArn(String arn)
The Amazon Resource Name (ARN) specifying the instance profile.
|
InstanceProfile |
InstanceProfile.withCreateDate(Date createDate)
The date when the instance profile was created.
|
InstanceProfile |
InstanceProfile.withInstanceProfileId(String instanceProfileId)
The stable and unique string identifying the instance profile.
|
InstanceProfile |
InstanceProfile.withInstanceProfileName(String instanceProfileName)
The name identifying the instance profile.
|
InstanceProfile |
InstanceProfile.withPath(String path)
The path to the instance profile.
|
InstanceProfile |
InstanceProfile.withRoles(Collection<Role> roles)
The role associated with the instance profile.
|
InstanceProfile |
InstanceProfile.withRoles(Role... roles)
The role associated with the instance profile.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceProfile> |
RoleDetail.getInstanceProfileList() |
List<InstanceProfile> |
ListInstanceProfilesForRoleResult.getInstanceProfiles()
A list of instance profiles.
|
List<InstanceProfile> |
ListInstanceProfilesResult.getInstanceProfiles()
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
void |
GetInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
CreateInstanceProfileResult |
CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
GetInstanceProfileResult |
GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
RoleDetail |
RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if
any).
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDetail.setInstanceProfileList(Collection<InstanceProfile> instanceProfileList) |
void |
ListInstanceProfilesForRoleResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
void |
ListInstanceProfilesResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
RoleDetail |
RoleDetail.withInstanceProfileList(Collection<InstanceProfile> instanceProfileList) |
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
Copyright © 2018. All rights reserved.