| Package | Description | 
|---|---|
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
GrantConstraints | 
GrantConstraints.addEncryptionContextEqualsEntry(String key,
                               String value)  | 
GrantConstraints | 
GrantConstraints.addEncryptionContextSubsetEntry(String key,
                               String value)  | 
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()
 Allows a cryptographic operation only when the encryption context matches or includes the encryption context
 specified in this structure. 
 | 
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)
 Allows a cryptographic operation only when the encryption context matches or includes the encryption context
 specified in this structure. 
 | 
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)
 Allows a cryptographic operation only when the encryption context matches or includes the encryption context
 specified in this structure. 
 | 
Copyright © 2020. All rights reserved.