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)
When paginating results, specify the maximum number of items to return in
the response.
|
ListKeysRequest |
ListKeysRequest.withMarker(String marker)
Use this parameter only when paginating results and only in a subsequent
request after you receive a response with truncated results.
|
Copyright © 2018. All rights reserved.