| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ListKeyPoliciesResult> | 
AWSKMSAsyncClient.listKeyPoliciesAsync(ListKeyPoliciesRequest request,
                    AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)  | 
Future<ListKeyPoliciesResult> | 
AWSKMSAsync.listKeyPoliciesAsync(ListKeyPoliciesRequest listKeyPoliciesRequest,
                    AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)
 Gets the names of the key policies that are attached to a customer master key (CMK). 
 | 
Future<ListKeyPoliciesResult> | 
AbstractAWSKMSAsync.listKeyPoliciesAsync(ListKeyPoliciesRequest request,
                    AsyncHandler<ListKeyPoliciesRequest,ListKeyPoliciesResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListKeyPoliciesRequest | 
ListKeyPoliciesRequest.clone()  | 
ListKeyPoliciesRequest | 
ListKeyPoliciesRequest.withKeyId(String keyId)
 A unique identifier for the customer master key (CMK). 
 | 
ListKeyPoliciesRequest | 
ListKeyPoliciesRequest.withLimit(Integer limit)
 Use this parameter to specify the maximum number of items to return. 
 | 
ListKeyPoliciesRequest | 
ListKeyPoliciesRequest.withMarker(String marker)
 Use this parameter in a subsequent request after you receive a response with truncated results. 
 | 
Copyright © 2020. All rights reserved.