Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model | |
com.amazonaws.services.kms.model.transform |
Modifier and Type | Method and Description |
---|---|
ListGrantsResult |
AbstractAWSKMS.listGrants(ListGrantsRequest request) |
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 |
---|---|
java.util.concurrent.Future<ListGrantsResult> |
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest)
List the grants for a specified key.
|
java.util.concurrent.Future<ListGrantsResult> |
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
List the grants for a specified key.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListGrantsResult> |
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request,
AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler) |
java.util.concurrent.Future<ListGrantsResult> |
AWSKMSAsync.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(java.util.Collection<GrantListEntry> grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withGrants(GrantListEntry... grants)
A list of grants.
|
ListGrantsResult |
ListGrantsResult.withNextMarker(java.lang.String nextMarker)
When
Truncated is true, this value is present and contains
the value to use for the Marker parameter in a subsequent
pagination request. |
ListGrantsResult |
ListGrantsResult.withTruncated(java.lang.Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Modifier and Type | Method and Description |
---|---|
ListGrantsResult |
ListGrantsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |