Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
AmazonIdentityManagementClient.listUsers() |
ListUsersResult |
AbstractAmazonIdentityManagement.listUsers() |
ListUsersResult |
AmazonIdentityManagement.listUsers()
Simplified method form for invoking the ListUsers operation.
|
ListUsersResult |
AmazonIdentityManagementClient.listUsers(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
ListUsersResult |
AbstractAmazonIdentityManagement.listUsers(ListUsersRequest request) |
ListUsersResult |
AmazonIdentityManagement.listUsers(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUsersResult> |
AbstractAmazonIdentityManagementAsync.listUsersAsync()
Simplified method form for invoking the ListUsers operation.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync()
Simplified method form for invoking the ListUsers operation.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync()
Simplified method form for invoking the ListUsers operation.
|
Future<ListUsersResult> |
AbstractAmazonIdentityManagementAsync.listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Simplified method form for invoking the ListUsers operation with an
AsyncHandler.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Simplified method form for invoking the ListUsers operation with an
AsyncHandler.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Simplified method form for invoking the ListUsers operation with an
AsyncHandler.
|
Future<ListUsersResult> |
AbstractAmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AbstractAmazonIdentityManagementAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> 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(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListUsersResult> |
AbstractAmazonIdentityManagementAsync.listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Simplified method form for invoking the ListUsers operation with an
AsyncHandler.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsync.listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Simplified method form for invoking the ListUsers operation with an
AsyncHandler.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.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(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the IAM users that have the specified path prefix.
|
Future<ListUsersResult> |
AmazonIdentityManagementAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListUsersResult |
ListUsersResult.withMarker(String marker)
When
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 © 2018. All rights reserved.