| 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 |
|---|---|
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.