| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionState |
ExecutionState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ListExecutionsRequest |
ListExecutionsRequest.withState(ExecutionState state)
A structure used to filter the tasks by their current state.
|
DescribeExecutionResult |
DescribeExecutionResult.withState(ExecutionState state)
The current state of the execution.
|
ExecutionSummary |
ExecutionSummary.withState(ExecutionState state)
The state of the execution.
|
Copyright © 2021. All rights reserved.