| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static KmsGrantConstraints.Builder |
KmsGrantConstraints.builder() |
KmsGrantConstraints.Builder |
KmsGrantConstraints.Builder.encryptionContextEquals(Map<String,String> encryptionContextEquals)
A list of key-value pairs that must match the encryption context in the cryptographic operation request.
|
KmsGrantConstraints.Builder |
KmsGrantConstraints.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.Builder |
KmsGrantConstraints.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KmsGrantConstraints.Builder> |
KmsGrantConstraints.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default KmsGrantConfiguration.Builder |
KmsGrantConfiguration.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.
|
Copyright © 2021. All rights reserved.