Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesForRoleRequest
Packages that use ListInstanceProfilesForRoleRequest
Package
Description
-
Uses of ListInstanceProfilesForRoleRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListInstanceProfilesForRoleRequestModifier 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.AbstractAmazonIdentityManagementAsync.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 ListInstanceProfilesForRoleRequestModifier 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 ListInstanceProfilesForRoleRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesForRoleRequestModifier and TypeMethodDescriptionListInstanceProfilesForRoleRequest.clone()ListInstanceProfilesForRoleRequest.withMarker(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListInstanceProfilesForRoleRequest.withMaxItems(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListInstanceProfilesForRoleRequest.withRoleName(String roleName) The name of the role to list instance profiles for.