Uses of Class
com.amazonaws.services.kms.model.GrantConstraints
Packages that use GrantConstraints
-
Uses of GrantConstraints in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GrantConstraintsModifier and TypeMethodDescriptionGrantConstraints.addEncryptionContextEqualsEntry
(String key, String value) GrantConstraints.addEncryptionContextSubsetEntry
(String key, String value) GrantConstraints.clearEncryptionContextEqualsEntries()
Removes all the entries added into EncryptionContextEquals.GrantConstraints.clearEncryptionContextSubsetEntries()
Removes all the entries added into EncryptionContextSubset.GrantConstraints.clone()
CreateGrantRequest.getConstraints()
The conditions under which the operations permitted by the grant are allowed.GrantListEntry.getConstraints()
The conditions under which the grant's operations are allowed.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.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 GrantConstraintsModifier and TypeMethodDescriptionvoid
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.withConstraints
(GrantConstraints constraints) The conditions under which the operations permitted by the grant are allowed.GrantListEntry.withConstraints
(GrantConstraints constraints) The conditions under which the grant's operations are allowed.