Uses of Class
software.amazon.awssdk.services.datasync.model.TaskMode
-
Packages that use TaskMode Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskMode in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskMode Modifier and Type Method Description static TaskModeTaskMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskModeCreateTaskRequest. taskMode()Specifies one of the following task modes for your data transfer:TaskModeDescribeTaskExecutionResponse. taskMode()The task mode that you're using.TaskModeDescribeTaskResponse. taskMode()The task mode that you're using.TaskModeTaskExecutionListEntry. taskMode()The task mode that you're using.TaskModeTaskListEntry. taskMode()The task mode that you're using.static TaskModeTaskMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskMode[]TaskMode. 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 TaskMode Modifier and Type Method Description static Set<TaskMode>TaskMode. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskMode Modifier and Type Method Description CreateTaskRequest.BuilderCreateTaskRequest.Builder. taskMode(TaskMode taskMode)Specifies one of the following task modes for your data transfer:DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. taskMode(TaskMode taskMode)The task mode that you're using.DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. taskMode(TaskMode taskMode)The task mode that you're using.TaskExecutionListEntry.BuilderTaskExecutionListEntry.Builder. taskMode(TaskMode taskMode)The task mode that you're using.TaskListEntry.BuilderTaskListEntry.Builder. taskMode(TaskMode taskMode)The task mode that you're using.
-