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