Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.TaskState
-
Packages that use TaskState Package Description software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of TaskState in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return TaskState Modifier and Type Method Description static TaskStateTaskState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskStateDescribeTaskResponse. state()The current state of the task.TaskStateListTasksRequest. state()A structure used to filter the list of tasks.TaskStateTaskSummary. state()The state of the task assigned to one or many devices.static TaskStateTaskState. 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.Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type TaskState Modifier and Type Method Description static Set<TaskState>TaskState. knownValues()Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type TaskState Modifier and Type Method Description DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. state(TaskState state)The current state of the task.ListTasksRequest.BuilderListTasksRequest.Builder. state(TaskState state)A structure used to filter the list of tasks.TaskSummary.BuilderTaskSummary.Builder. state(TaskState state)The state of the task assigned to one or many devices.
-