Uses of Interface
software.amazon.awssdk.services.kms.model.GrantConstraints.Builder
Packages that use GrantConstraints.Builder
-
Uses of GrantConstraints.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantConstraints.BuilderModifier and TypeMethodDescriptionstatic GrantConstraints.BuilderGrantConstraints.builder()GrantConstraints.Builder.encryptionContextEquals(Map<String, String> encryptionContextEquals) A list of key-value pairs that must match the encryption context in the cryptographic operation request.GrantConstraints.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.GrantConstraints.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GrantConstraints.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GrantConstraints.Builder>GrantConstraints.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type GrantConstraints.BuilderModifier and TypeMethodDescriptiondefault CreateGrantRequest.BuilderCreateGrantRequest.Builder.constraints(Consumer<GrantConstraints.Builder> constraints) Specifies a grant constraint.default GrantListEntry.BuilderGrantListEntry.Builder.constraints(Consumer<GrantConstraints.Builder> constraints) A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.