| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
KmsGrantConfiguration |
KmsGrantConfiguration.clone() |
KmsGrantConfiguration |
KmsGrantConfiguration.withConstraints(KmsGrantConstraints constraints)
Use this structure to propose allowing cryptographic
operations in the grant only when the operation request includes the specified encryption
context.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withGranteePrincipal(String granteePrincipal)
The principal that is given permission to perform the operations that the grant permits.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withIssuingAccount(String issuingAccount)
The AWS account under which the grant was issued.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withOperations(Collection<String> operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withOperations(KmsGrantOperation... operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withOperations(String... operations)
A list of operations that the grant permits.
|
KmsGrantConfiguration |
KmsGrantConfiguration.withRetiringPrincipal(String retiringPrincipal)
The principal that is given permission to retire the grant by using RetireGrant operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<KmsGrantConfiguration> |
KmsKeyConfiguration.getGrants()
A list of proposed grant configurations for the KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
KmsKeyConfiguration |
KmsKeyConfiguration.withGrants(KmsGrantConfiguration... grants)
A list of proposed grant configurations for the KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KmsKeyConfiguration.setGrants(Collection<KmsGrantConfiguration> grants)
A list of proposed grant configurations for the KMS key.
|
KmsKeyConfiguration |
KmsKeyConfiguration.withGrants(Collection<KmsGrantConfiguration> grants)
A list of proposed grant configurations for the KMS key.
|
Copyright © 2021. All rights reserved.