| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
ListGrantsResult | 
AWSKMS.listGrants(ListGrantsRequest listGrantsRequest)
 Gets a list of all grants for the specified customer master key (CMK). 
 | 
ListGrantsResult | 
AbstractAWSKMS.listGrants(ListGrantsRequest request)  | 
ListGrantsResult | 
AWSKMSClient.listGrants(ListGrantsRequest request)
 Gets a list of all grants for the specified customer master key (CMK). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ListGrantsResult> | 
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request)  | 
Future<ListGrantsResult> | 
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest)
 Gets a list of all grants for the specified customer master key (CMK). 
 | 
Future<ListGrantsResult> | 
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request)  | 
Future<ListGrantsResult> | 
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)  | 
Future<ListGrantsResult> | 
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
 Gets a list of all grants for the specified customer master key (CMK). 
 | 
Future<ListGrantsResult> | 
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ListGrantsResult> | 
AWSKMSAsyncClient.listGrantsAsync(ListGrantsRequest request,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)  | 
Future<ListGrantsResult> | 
AWSKMSAsync.listGrantsAsync(ListGrantsRequest listGrantsRequest,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)
 Gets a list of all grants for the specified customer master key (CMK). 
 | 
Future<ListGrantsResult> | 
AbstractAWSKMSAsync.listGrantsAsync(ListGrantsRequest request,
               AsyncHandler<ListGrantsRequest,ListGrantsResult> asyncHandler)  | 
| 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)
 When  
Truncated is true, this element is present and contains the value to use for the
 Marker parameter in a subsequent request. | 
ListGrantsResult | 
ListGrantsResult.withTruncated(Boolean truncated)
 A flag that indicates whether there are more items in the list. 
 | 
Copyright © 2020. All rights reserved.