| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskQueueing |
TaskQueueing.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TaskQueueing |
Options.taskQueueing()
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
static TaskQueueing |
TaskQueueing.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TaskQueueing> |
TaskQueueing.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.taskQueueing(TaskQueueing taskQueueing)
Specifies whether your transfer tasks should be put into a queue during certain scenarios when running
multiple tasks.
|
Copyright © 2023. All rights reserved.