Uses of Class
software.amazon.awssdk.services.datasync.model.TaskQueueing
-
Packages that use TaskQueueing Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskQueueing in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskQueueing Modifier and Type Method Description static TaskQueueingTaskQueueing. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskQueueingOptions. taskQueueing()Specifies whether your transfer tasks should be put into a queue during certain scenarios when running multiple tasks.static TaskQueueingTaskQueueing. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskQueueing[]TaskQueueing. 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 TaskQueueing Modifier and Type Method Description static Set<TaskQueueing>TaskQueueing. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type TaskQueueing Modifier and Type Method Description Options.BuilderOptions.Builder. taskQueueing(TaskQueueing taskQueueing)Specifies whether your transfer tasks should be put into a queue during certain scenarios when running multiple tasks.
-