Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GrantConstraints |
GrantConstraints.addEncryptionContextEqualsEntry(String key,
String value)
Add a single EncryptionContextEquals entry
|
GrantConstraints |
GrantConstraints.addEncryptionContextSubsetEntry(String key,
String value)
Add a single EncryptionContextSubset entry
|
GrantConstraints |
GrantConstraints.clearEncryptionContextEqualsEntries()
Removes all the entries added into EncryptionContextEquals.
|
GrantConstraints |
GrantConstraints.clearEncryptionContextSubsetEntries()
Removes all the entries added into EncryptionContextSubset.
|
GrantConstraints |
GrantConstraints.clone() |
GrantConstraints |
GrantListEntry.getConstraints()
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that
the grant allows.
|
GrantConstraints |
CreateGrantRequest.getConstraints()
Specifies a grant constraint.
|
GrantConstraints |
GrantConstraints.withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
A list of key-value pairs that must match the encryption context in the cryptographic
operation request.
|
GrantConstraints |
GrantConstraints.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 |
GrantListEntry.setConstraints(GrantConstraints constraints)
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that
the grant allows.
|
void |
CreateGrantRequest.setConstraints(GrantConstraints constraints)
Specifies a grant constraint.
|
GrantListEntry |
GrantListEntry.withConstraints(GrantConstraints constraints)
A list of key-value pairs that must be present in the encryption context of certain subsequent operations that
the grant allows.
|
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
Specifies a grant constraint.
|
Copyright © 2023. All rights reserved.