Uses of Class
software.amazon.awssdk.services.kms.model.GrantConstraints
Packages that use GrantConstraints
-
Uses of GrantConstraints in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantConstraintsModifier and TypeMethodDescriptionfinal GrantConstraintsCreateGrantRequest.constraints()Specifies a grant constraint.final GrantConstraintsGrantListEntry.constraints()A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.Methods in software.amazon.awssdk.services.kms.model with parameters of type GrantConstraintsModifier and TypeMethodDescriptionCreateGrantRequest.Builder.constraints(GrantConstraints constraints) Specifies a grant constraint.GrantListEntry.Builder.constraints(GrantConstraints constraints) A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.