| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TaskState |
DescribeTaskResponse.state()
The current state of the task.
|
TaskState |
TaskSummary.state()
The state of the task assigned to one or many devices.
|
TaskState |
ListTasksRequest.state()
A structure used to filter the list of tasks.
|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.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<TaskState> |
TaskState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskResponse.Builder |
DescribeTaskResponse.Builder.state(TaskState state)
The current state of the task.
|
TaskSummary.Builder |
TaskSummary.Builder.state(TaskState state)
The state of the task assigned to one or many devices.
|
ListTasksRequest.Builder |
ListTasksRequest.Builder.state(TaskState state)
A structure used to filter the list of tasks.
|
Copyright © 2023. All rights reserved.