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