| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ListTasksRequest |
ListTasksRequest.withState(TaskState state)
A structure used to filter the list of tasks.
|
DescribeTaskResult |
DescribeTaskResult.withState(TaskState state)
The current state of the task.
|
TaskSummary |
TaskSummary.withState(TaskState state)
The state of the task assigned to one or many devices.
|
Copyright © 2023. All rights reserved.