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 GrantConstraints
CreateGrantRequest. constraints()
Specifies a grant constraint.GrantConstraints
GrantListEntry. 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.Builder
CreateGrantRequest.Builder. constraints(GrantConstraints constraints)
Specifies a grant constraint.GrantListEntry.Builder
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.
-