Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
AmazonIdentityManagementClient.listUsers()
Lists the users that have the specified path prefix.
|
ListUsersResult |
AmazonIdentityManagement.listUsers()
Lists the users that have the specified path prefix.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(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,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
ListUsersResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more user names to list.
|
ListUsersResult |
ListUsersResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of users.
|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of users.
|
Copyright © 2014. All rights reserved.