| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
ListGrantsResult |
AWSKMSClient.listGrants(ListGrantsRequest listGrantsRequest)
List the grants for a specified key.
|
ListGrantsResult |
AWSKMS.listGrants(ListGrantsRequest listGrantsRequest)
List the grants for a specified key.
|
Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest)
List the grants for a specified key.
|
Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest listGrantsRequest)
List the grants for a specified key.
|
Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.
|
Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.
|
Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.
|
| Modifier and Type | Method and Description |
|---|---|
ListGrantsRequest |
ListGrantsRequest.withKeyId(String keyId)
Unique identifier of the key.
|
ListGrantsRequest |
ListGrantsRequest.withLimit(Integer limit)
Specify this parameter only when paginating results to indicate the
maximum number of grants you want listed in the response.
|
ListGrantsRequest |
ListGrantsRequest.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.
|
Copyright © 2014. All rights reserved.