| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static KmsGrantConfiguration.Builder |
KmsGrantConfiguration.builder() |
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.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.constraints(KmsGrantConstraints constraints)
Use this structure to propose allowing cryptographic operations in the grant only when the operation request includes the specified encryption
context.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.granteePrincipal(String granteePrincipal)
The principal that is given permission to perform the operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.issuingAccount(String issuingAccount)
The AWS account under which the grant was issued.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operations(Collection<KmsGrantOperation> operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operations(KmsGrantOperation... operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operationsWithStrings(Collection<String> operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.operationsWithStrings(String... operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.Builder.retiringPrincipal(String retiringPrincipal)
The principal that is given permission to retire the grant by using RetireGrant operation.
|
KmsGrantConfiguration.Builder |
KmsGrantConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KmsGrantConfiguration.Builder> |
KmsGrantConfiguration.serializableBuilderClass() |
Copyright © 2021. All rights reserved.