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()The constraints on the grant, such as encryption context pairs or a SourceArn, that restrict the subsequent operations 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) The constraints on the grant, such as encryption context pairs or a SourceArn, that restrict the subsequent operations the grant allows.