| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeysResult> |
AWSKMSAsyncClient.listKeysAsync(AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
|
Future<ListKeysResult> |
AWSKMSAsync.listKeysAsync(AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
|
Future<ListKeysResult> |
AbstractAWSKMSAsync.listKeysAsync(AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Simplified method form for invoking the ListKeys operation with an AsyncHandler.
|
Future<ListKeysResult> |
AWSKMSAsyncClient.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
Future<ListKeysResult> |
AWSKMSAsync.listKeysAsync(ListKeysRequest listKeysRequest,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler)
Lists the customer master keys.
|
Future<ListKeysResult> |
AbstractAWSKMSAsync.listKeysAsync(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKeysRequest |
ListKeysRequest.clone() |
ListKeysRequest |
ListKeysRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListKeysRequest |
ListKeysRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
Copyright © 2017. All rights reserved.