Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesForRoleResult
-
Packages that use ListInstanceProfilesForRoleResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListInstanceProfilesForRoleResult Modifier and Type Method Description ListInstanceProfilesForRoleResult
AbstractAmazonIdentityManagement. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest request)
ListInstanceProfilesForRoleResult
AmazonIdentityManagement. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.ListInstanceProfilesForRoleResult
AmazonIdentityManagementClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role. -
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesForRoleResult Modifier and Type Method Description ListInstanceProfilesForRoleResult
ListInstanceProfilesForRoleResult. clone()
ListInstanceProfilesForRoleResult
ListInstanceProfilesForRoleResult. withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.ListInstanceProfilesForRoleResult
ListInstanceProfilesForRoleResult. withInstanceProfiles(Collection<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)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
-