Uses of Interface
software.amazon.awssdk.services.kms.model.GrantConstraints.Builder
-
Packages that use GrantConstraints.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of GrantConstraints.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GrantConstraints.Builder Modifier and Type Method Description static GrantConstraints.BuilderGrantConstraints. builder()GrantConstraints.BuilderGrantConstraints.Builder. encryptionContextEquals(Map<String,String> encryptionContextEquals)A list of key-value pairs that must match the encryption context in the cryptographic operation request.GrantConstraints.BuilderGrantConstraints.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.BuilderGrantConstraints. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GrantConstraints.Builder Modifier and Type Method Description static Class<? extends GrantConstraints.Builder>GrantConstraints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type GrantConstraints.Builder Modifier and Type Method Description default 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.
-