| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantConstraints.Builder |
GrantConstraints.builder() |
GrantConstraints.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 |
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.Builder |
GrantConstraints.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrantConstraints.Builder> |
GrantConstraints.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateGrantRequest.Builder |
CreateGrantRequest.Builder.constraints(Consumer<GrantConstraints.Builder> constraints)
Specifies a grant constraint.
|
default GrantListEntry.Builder |
GrantListEntry.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.
|
Copyright © 2023. All rights reserved.