| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListGrantsResult |
ListGrantsResult.clone() |
ListGrantsResult |
ListGrantsResult.withGrants(Collection<GrantListEntry> grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withNextMarker(String nextMarker)
If
Truncated is true, this value is present and contains
the value to use for the Marker request parameter in a
subsequent pagination request. |
ListGrantsResult |
ListGrantsResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2015. All rights reserved.