| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionState |
ExecutionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExecutionState |
ExecutionSummary.state()
The state of the execution.
|
ExecutionState |
DescribeExecutionResponse.state()
The current state of the execution.
|
ExecutionState |
ListExecutionsRequest.state()
A structure used to filter the tasks by their current state.
|
static ExecutionState |
ExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionState[] |
ExecutionState.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<ExecutionState> |
ExecutionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionSummary.Builder |
ExecutionSummary.Builder.state(ExecutionState state)
The state of the execution.
|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.state(ExecutionState state)
The current state of the execution.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.state(ExecutionState state)
A structure used to filter the tasks by their current state.
|
Copyright © 2023. All rights reserved.