| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
KmsGrantConstraints |
KmsGrantConstraints.addEncryptionContextEqualsEntry(String key,
String value)
Add a single EncryptionContextEquals entry
|
KmsGrantConstraints |
KmsGrantConstraints.addEncryptionContextSubsetEntry(String key,
String value)
Add a single EncryptionContextSubset entry
|
KmsGrantConstraints |
KmsGrantConstraints.clearEncryptionContextEqualsEntries()
Removes all the entries added into EncryptionContextEquals.
|
KmsGrantConstraints |
KmsGrantConstraints.clearEncryptionContextSubsetEntries()
Removes all the entries added into EncryptionContextSubset.
|
KmsGrantConstraints |
KmsGrantConstraints.clone() |
KmsGrantConstraints |
KmsGrantConfiguration.getConstraints()
Use this structure to propose allowing cryptographic
operations in the grant only when the operation request includes the specified encryption
context.
|
KmsGrantConstraints |
KmsGrantConstraints.withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
A list of key-value pairs that must match the encryption context in the cryptographic
operation request.
|
KmsGrantConstraints |
KmsGrantConstraints.withEncryptionContextSubset(Map<String,String> encryptionContextSubset)
A list of key-value pairs that must be included in the encryption context of the cryptographic
operation request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KmsGrantConfiguration.setConstraints(KmsGrantConstraints constraints)
Use this structure to propose allowing cryptographic
operations in the grant only when the operation request includes the specified encryption
context.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withConstraints(KmsGrantConstraints constraints)
Use this structure to propose allowing cryptographic
operations in the grant only when the operation request includes the specified encryption
context.
|
Copyright © 2024. All rights reserved.