| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
KmsKeyConfiguration |
KmsKeyConfiguration.addKeyPoliciesEntry(String key,
String value)
Add a single KeyPolicies entry
|
KmsKeyConfiguration |
KmsKeyConfiguration.clearKeyPoliciesEntries()
Removes all the entries added into KeyPolicies.
|
KmsKeyConfiguration |
KmsKeyConfiguration.clone() |
KmsKeyConfiguration |
Configuration.getKmsKey()
The access control configuration is for a KMS key.
|
KmsKeyConfiguration |
KmsKeyConfiguration.withGrants(Collection<KmsGrantConfiguration> grants)
A list of proposed grant configurations for the KMS key.
|
KmsKeyConfiguration |
KmsKeyConfiguration.withGrants(KmsGrantConfiguration... grants)
A list of proposed grant configurations for the KMS key.
|
KmsKeyConfiguration |
KmsKeyConfiguration.withKeyPolicies(Map<String,String> keyPolicies)
Resource policy configuration for the KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setKmsKey(KmsKeyConfiguration kmsKey)
The access control configuration is for a KMS key.
|
Configuration |
Configuration.withKmsKey(KmsKeyConfiguration kmsKey)
The access control configuration is for a KMS key.
|
Copyright © 2023. All rights reserved.