| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static GrantOperation |
GrantOperation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GrantOperation |
GrantOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantOperation[] |
GrantOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<GrantOperation> |
GrantOperation.knownValues()
|
List<GrantOperation> |
CreateGrantRequest.operations()
A list of operations that the grant permits.
|
List<GrantOperation> |
GrantListEntry.operations()
The list of operations permitted by the grant.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.operations(GrantOperation... operations)
A list of operations that the grant permits.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operations(GrantOperation... operations)
The list of operations permitted by the grant.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantRequest.Builder |
CreateGrantRequest.Builder.operations(Collection<GrantOperation> operations)
A list of operations that the grant permits.
|
GrantListEntry.Builder |
GrantListEntry.Builder.operations(Collection<GrantOperation> operations)
The list of operations permitted by the grant.
|
Copyright © 2023. All rights reserved.