Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstanceProfile |
GetInstanceProfileResult.instanceProfile
A structure containing details about the instance profile.
|
private InstanceProfile |
CreateInstanceProfileResult.instanceProfile
A structure containing details about the new instance profile.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceProfile> |
RoleDetail.instanceProfileList |
private SdkInternalList<InstanceProfile> |
ListInstanceProfilesResult.instanceProfiles
A list of instance profiles.
|
private SdkInternalList<InstanceProfile> |
ListInstanceProfilesForRoleResult.instanceProfiles
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
InstanceProfile |
InstanceProfile.clone() |
InstanceProfile |
GetInstanceProfileResult.getInstanceProfile()
A structure containing details about the instance profile.
|
InstanceProfile |
CreateInstanceProfileResult.getInstanceProfile()
A structure containing details about the new instance profile.
|
InstanceProfile |
InstanceProfile.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) specifying the instance profile.
|
InstanceProfile |
InstanceProfile.withCreateDate(java.util.Date createDate)
The date when the instance profile was created.
|
InstanceProfile |
InstanceProfile.withInstanceProfileId(java.lang.String instanceProfileId)
The stable and unique string identifying the instance profile.
|
InstanceProfile |
InstanceProfile.withInstanceProfileName(java.lang.String instanceProfileName)
The name identifying the instance profile.
|
InstanceProfile |
InstanceProfile.withPath(java.lang.String path)
The path to the instance profile.
|
InstanceProfile |
InstanceProfile.withRoles(java.util.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 |
---|---|
java.util.List<InstanceProfile> |
RoleDetail.getInstanceProfileList() |
java.util.List<InstanceProfile> |
ListInstanceProfilesResult.getInstanceProfiles()
A list of instance profiles.
|
java.util.List<InstanceProfile> |
ListInstanceProfilesForRoleResult.getInstanceProfiles()
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
void |
CreateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
GetInstanceProfileResult |
GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
CreateInstanceProfileResult |
CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
RoleDetail |
RoleDetail.withInstanceProfileList(InstanceProfile... instanceProfileList)
NOTE: This method appends the values to the existing list (if
any).
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDetail.setInstanceProfileList(java.util.Collection<InstanceProfile> instanceProfileList) |
void |
ListInstanceProfilesResult.setInstanceProfiles(java.util.Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
void |
ListInstanceProfilesForRoleResult.setInstanceProfiles(java.util.Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
RoleDetail |
RoleDetail.withInstanceProfileList(java.util.Collection<InstanceProfile> instanceProfileList) |
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(java.util.Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(java.util.Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
Modifier and Type | Method and Description |
---|---|
InstanceProfile |
InstanceProfileStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |