| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
ActionCode |
GlacierJobDescription.action()
The job type.
|
ActionCode |
DescribeJobResponse.action()
The job type.
|
static ActionCode |
ActionCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActionCode |
ActionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCode[] |
ActionCode.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<ActionCode> |
ActionCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GlacierJobDescription.Builder |
GlacierJobDescription.Builder.action(ActionCode action)
The job type.
|
DescribeJobResponse.Builder |
DescribeJobResponse.Builder.action(ActionCode action)
The job type.
|
Copyright © 2023. All rights reserved.