Uses of Class
com.amazonaws.services.identitymanagement.model.ListRolesRequest
Packages that use ListRolesRequest
Package
Description
-
Uses of ListRolesRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListRolesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listRoles
(ListRolesRequest request) AmazonIdentityManagement.listRoles
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementClient.listRoles
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request) AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request) AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListRolesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) AmazonIdentityManagementAsync.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsync.listRolesAsync
(ListRolesRequest listRolesRequest, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Lists the IAM roles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listRolesAsync
(AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) Simplified method form for invoking the ListRoles operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listRolesAsync
(ListRolesRequest request, AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) -
Uses of ListRolesRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListRolesRequestModifier and TypeMethodDescriptionListRolesRequest.clone()
ListRolesRequest.withMarker
(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListRolesRequest.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListRolesRequest.withPathPrefix
(String pathPrefix) The path prefix for filtering the results.