| 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 |
|---|---|
ListAccessKeysResult |
AmazonIdentityManagementClient.listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the
specified user.
|
ListAccessKeysResult |
AmazonIdentityManagement.listAccessKeys(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the
specified user.
|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsync.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the
specified user.
|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsyncClient.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest)
Returns information about the access key IDs associated with the
specified user.
|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsync.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest,
AsyncHandler<ListAccessKeysRequest,ListAccessKeysResult> asyncHandler)
Returns information about the access key IDs associated with the
specified user.
|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsyncClient.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest,
AsyncHandler<ListAccessKeysRequest,ListAccessKeysResult> asyncHandler)
Returns information about the access key IDs associated with the
specified user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsync.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest,
AsyncHandler<ListAccessKeysRequest,ListAccessKeysResult> asyncHandler)
Returns information about the access key IDs associated with the
specified user.
|
Future<ListAccessKeysResult> |
AmazonIdentityManagementAsyncClient.listAccessKeysAsync(ListAccessKeysRequest listAccessKeysRequest,
AsyncHandler<ListAccessKeysRequest,ListAccessKeysResult> asyncHandler)
Returns information about the access key IDs associated with the
specified user.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessKeysRequest |
ListAccessKeysRequest.clone() |
ListAccessKeysRequest |
ListAccessKeysRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListAccessKeysRequest |
ListAccessKeysRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
ListAccessKeysRequest |
ListAccessKeysRequest.withUserName(String userName)
The name of the user.
|
Copyright © 2015. All rights reserved.