|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListUsersRequest | |
---|---|
com.amazonaws.services.identitymanagement | Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. |
com.amazonaws.services.identitymanagement.model | Classes modeling the various types represented by AmazonIdentityManagement. |
Uses of ListUsersRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type ListUsersRequest | |
---|---|
ListUsersResult |
AmazonIdentityManagementClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users that have the specified path prefix. |
ListUsersResult |
AmazonIdentityManagement.listUsers(ListUsersRequest listUsersRequest)
Lists the users that have the specified path prefix. |
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users that have the specified path prefix. |
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users that have the specified path prefix. |
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users that have the specified path prefix. |
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users that have the specified path prefix. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListUsersRequest | |
---|---|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users that have the specified path prefix. |
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users that have the specified path prefix. |
Uses of ListUsersRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return ListUsersRequest | |
---|---|
ListUsersRequest |
ListUsersRequest.withMarker(String marker)
Use this parameter only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. |
ListUsersRequest |
ListUsersRequest.withMaxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the maximum number of user names you want in the response. |
ListUsersRequest |
ListUsersRequest.withPathPrefix(String pathPrefix)
The path prefix for filtering the results. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |