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.The Amazon Resource Name (ARN) of an Amazon Web Services resource on behalf of which the request is made.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) The constraints on the grant, such as encryption context pairs or a SourceArn, that restrict the subsequent operations the grant allows.