Uses of Class
com.amazonaws.services.kms.model.GrantConstraints
-
Packages that use GrantConstraints Package Description com.amazonaws.services.kms.model -
-
Uses of GrantConstraints in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GrantConstraints Modifier and Type Method 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
CreateGrantRequest. getConstraints()
The conditions under which the operations permitted by the grant are allowed.GrantConstraints
GrantListEntry. getConstraints()
The conditions under which the grant's operations are allowed.GrantConstraints
GrantConstraints. withEncryptionContextEquals(Map<String,String> encryptionContextEquals)
Contains a list of key-value pairs that must be present in the encryption context of a subsequent operation permitted by the grant.GrantConstraints
GrantConstraints. withEncryptionContextSubset(Map<String,String> encryptionContextSubset)
Contains a list of key-value pairs, a subset of which must be present in the encryption context of a subsequent operation permitted by the grant.Methods in com.amazonaws.services.kms.model with parameters of type GrantConstraints Modifier and Type Method Description void
CreateGrantRequest. setConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are allowed.void
GrantListEntry. setConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.CreateGrantRequest
CreateGrantRequest. withConstraints(GrantConstraints constraints)
The conditions under which the operations permitted by the grant are allowed.GrantListEntry
GrantListEntry. withConstraints(GrantConstraints constraints)
The conditions under which the grant's operations are allowed.
-