| 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.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.
|
ListAccessKeysRequest |
ListAccessKeysRequest.withMaxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the
maximum number of keys you want in the response.
|
ListAccessKeysRequest |
ListAccessKeysRequest.withUserName(String userName)
Name of the user.
|
Copyright © 2014. All rights reserved.