Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.KmsGrantConstraints.Builder
-
Packages that use KmsGrantConstraints.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of KmsGrantConstraints.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return KmsGrantConstraints.Builder Modifier and Type Method Description static KmsGrantConstraints.BuilderKmsGrantConstraints. builder()KmsGrantConstraints.BuilderKmsGrantConstraints.Builder. encryptionContextEquals(Map<String,String> encryptionContextEquals)A list of key-value pairs that must match the encryption context in the cryptographic operation request.KmsGrantConstraints.BuilderKmsGrantConstraints.Builder. encryptionContextSubset(Map<String,String> encryptionContextSubset)A list of key-value pairs that must be included in the encryption context of the cryptographic operation request.KmsGrantConstraints.BuilderKmsGrantConstraints. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type KmsGrantConstraints.Builder Modifier and Type Method Description static Class<? extends KmsGrantConstraints.Builder>KmsGrantConstraints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type KmsGrantConstraints.Builder Modifier and Type Method Description default KmsGrantConfiguration.BuilderKmsGrantConfiguration.Builder. constraints(Consumer<KmsGrantConstraints.Builder> constraints)Use this structure to propose allowing cryptographic operations in the grant only when the operation request includes the specified encryption context.
-