| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskExecutionStatus |
TaskExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TaskExecutionStatus |
TaskExecutionListEntry.status()
The status of a task execution.
|
TaskExecutionStatus |
DescribeTaskExecutionResponse.status()
The status of the task execution.
|
static TaskExecutionStatus |
TaskExecutionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TaskExecutionStatus> |
TaskExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionListEntry.Builder |
TaskExecutionListEntry.Builder.status(TaskExecutionStatus status)
The status of a task execution.
|
DescribeTaskExecutionResponse.Builder |
DescribeTaskExecutionResponse.Builder.status(TaskExecutionStatus status)
The status of the task execution.
|
Copyright © 2022. All rights reserved.