| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
ListKeyPoliciesResult | 
AWSKMS.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
 Gets the names of the key policies that are attached to a customer master key (CMK). 
 | 
ListKeyPoliciesResult | 
AbstractAWSKMS.listKeyPolicies(ListKeyPoliciesRequest request)  | 
ListKeyPoliciesResult | 
AWSKMSClient.listKeyPolicies(ListKeyPoliciesRequest request)
 Gets the names of the key policies that are attached to a customer master key (CMK). 
 | 
| 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 | 
|---|---|
ListKeyPoliciesResult | 
ListKeyPoliciesResult.clone()  | 
ListKeyPoliciesResult | 
ListKeyPoliciesResult.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. | 
ListKeyPoliciesResult | 
ListKeyPoliciesResult.withPolicyNames(Collection<String> policyNames)
 A list of key policy names. 
 | 
ListKeyPoliciesResult | 
ListKeyPoliciesResult.withPolicyNames(String... policyNames)
 A list of key policy names. 
 | 
ListKeyPoliciesResult | 
ListKeyPoliciesResult.withTruncated(Boolean truncated)
 A flag that indicates whether there are more items in the list. 
 | 
Copyright © 2020. All rights reserved.