| 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()
Returns information about the access key IDs associated with the
specified user.
|
ListAccessKeysResult |
AmazonIdentityManagement.listAccessKeys()
Returns information about the access key IDs associated with the
specified user.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListAccessKeysResult |
ListAccessKeysResult.clone() |
ListAccessKeysResult |
ListAccessKeysResult.withAccessKeyMetadata(AccessKeyMetadata... accessKeyMetadata)
A list of access key metadata.
|
ListAccessKeysResult |
ListAccessKeysResult.withAccessKeyMetadata(Collection<AccessKeyMetadata> accessKeyMetadata)
A list of access key metadata.
|
ListAccessKeysResult |
ListAccessKeysResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListAccessKeysResult |
ListAccessKeysResult.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. |
Copyright © 2015. All rights reserved.