Uses of Class
software.amazon.awssdk.services.datasync.model.TaskExecutionStatus
-
Packages that use TaskExecutionStatus Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskExecutionStatus in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskExecutionStatus Modifier and Type Method Description static TaskExecutionStatusTaskExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskExecutionStatusDescribeTaskExecutionResponse. status()The status of the task execution.TaskExecutionStatusTaskExecutionListEntry. status()The status of a task execution.static TaskExecutionStatusTaskExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskExecutionStatus[]TaskExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type TaskExecutionStatus Modifier and Type Method Description static Set<TaskExecutionStatus>TaskExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskExecutionStatus Modifier and Type Method Description DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. status(TaskExecutionStatus status)The status of the task execution.TaskExecutionListEntry.BuilderTaskExecutionListEntry.Builder. status(TaskExecutionStatus status)The status of a task execution.
-