Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesForRoleResult
Packages that use ListInstanceProfilesForRoleResult
Package
Description
-
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListInstanceProfilesForRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listInstanceProfilesForRole
(ListInstanceProfilesForRoleRequest request) AmazonIdentityManagement.listInstanceProfilesForRole
(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest) Lists the instance profiles that have the specified associated IAM role.AmazonIdentityManagementClient.listInstanceProfilesForRole
(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest) Lists the instance profiles that have the specified associated IAM role.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListInstanceProfilesForRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request) AbstractAmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest) Lists the instance profiles that have the specified associated IAM role.AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) Lists the instance profiles that have the specified associated IAM role.AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request) AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListInstanceProfilesForRoleResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) AmazonIdentityManagementAsync.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) Lists the instance profiles that have the specified associated IAM role.AmazonIdentityManagementAsyncClient.listInstanceProfilesForRoleAsync
(ListInstanceProfilesForRoleRequest request, AsyncHandler<ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResult> asyncHandler) -
Uses of ListInstanceProfilesForRoleResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesForRoleResultModifier and TypeMethodDescriptionListInstanceProfilesForRoleResult.clone()
ListInstanceProfilesForRoleResult.withInstanceProfiles
(InstanceProfile... instanceProfiles) A list of instance profiles.ListInstanceProfilesForRoleResult.withInstanceProfiles
(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.ListInstanceProfilesForRoleResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListInstanceProfilesForRoleResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.