Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListInstanceProfilesForRoleResult |
AmazonIdentityManagementClient.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
ListInstanceProfilesForRoleResult |
AbstractAmazonIdentityManagement.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest request) |
ListInstanceProfilesForRoleResult |
AmazonIdentityManagement.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
Modifier and Type | Method and Description |
---|---|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.clone() |
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListInstanceProfilesForRoleResult |
ListInstanceProfilesForRoleResult.withMarker(String marker)
When
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
Copyright © 2018. All rights reserved.