Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.KmsGrantConstraints
-
Packages that use KmsGrantConstraints Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of KmsGrantConstraints in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return KmsGrantConstraints Modifier and Type Method Description KmsGrantConstraintsKmsGrantConfiguration. constraints()Use this structure to propose allowing cryptographic operations in the grant only when the operation request includes the specified encryption context.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type KmsGrantConstraints Modifier and Type Method Description KmsGrantConfiguration.BuilderKmsGrantConfiguration.Builder. constraints(KmsGrantConstraints constraints)Use this structure to propose allowing cryptographic operations in the grant only when the operation request includes the specified encryption context.
-