Uses of Class
software.amazon.awssdk.services.kms.model.GrantConstraints
-
Packages that use GrantConstraints Package Description software.amazon.awssdk.services.kms.model -
-
Uses of GrantConstraints in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantConstraints Modifier and Type Method Description GrantConstraintsCreateGrantRequest. constraints()Specifies a grant constraint.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 GrantConstraints Modifier and Type Method Description CreateGrantRequest.BuilderCreateGrantRequest.Builder. constraints(GrantConstraints constraints)Specifies a grant constraint.GrantListEntry.BuilderGrantListEntry.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.
-