| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| 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 |
AWSKMSClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a customer master
key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
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.