| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
ListRetirableGrantsResult | 
AWSKMS.listRetirableGrants(ListRetirableGrantsRequest listRetirableGrantsRequest)
 Returns a list of all grants for which the grant's  
RetiringPrincipal matches the one specified. | 
ListRetirableGrantsResult | 
AbstractAWSKMS.listRetirableGrants(ListRetirableGrantsRequest request)  | 
ListRetirableGrantsResult | 
AWSKMSClient.listRetirableGrants(ListRetirableGrantsRequest request)
 Returns a list of all grants for which the grant's  
RetiringPrincipal matches the one specified. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ListRetirableGrantsResult> | 
AWSKMSAsyncClient.listRetirableGrantsAsync(ListRetirableGrantsRequest request,
                        AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)  | 
Future<ListRetirableGrantsResult> | 
AWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest listRetirableGrantsRequest,
                        AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)
 Returns a list of all grants for which the grant's  
RetiringPrincipal matches the one specified. | 
Future<ListRetirableGrantsResult> | 
AbstractAWSKMSAsync.listRetirableGrantsAsync(ListRetirableGrantsRequest request,
                        AsyncHandler<ListRetirableGrantsRequest,ListRetirableGrantsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListRetirableGrantsResult | 
ListRetirableGrantsResult.clone()  | 
ListRetirableGrantsResult | 
ListRetirableGrantsResult.withGrants(Collection<GrantListEntry> grants)
 A list of grants. 
 | 
ListRetirableGrantsResult | 
ListRetirableGrantsResult.withGrants(GrantListEntry... grants)
 A list of grants. 
 | 
ListRetirableGrantsResult | 
ListRetirableGrantsResult.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. | 
ListRetirableGrantsResult | 
ListRetirableGrantsResult.withTruncated(Boolean truncated)
 A flag that indicates whether there are more items in the list. 
 | 
Copyright © 2020. All rights reserved.