| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionListEntry |
TaskExecutionListEntry.clone() |
TaskExecutionListEntry |
TaskExecutionListEntry.withStatus(String status)
The status of a task execution.
|
TaskExecutionListEntry |
TaskExecutionListEntry.withStatus(TaskExecutionStatus status)
The status of a task execution.
|
TaskExecutionListEntry |
TaskExecutionListEntry.withTaskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the task that was executed.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecutionListEntry> |
ListTaskExecutionsResult.getTaskExecutions()
A list of executed tasks.
|
| Modifier and Type | Method and Description |
|---|---|
ListTaskExecutionsResult |
ListTaskExecutionsResult.withTaskExecutions(TaskExecutionListEntry... taskExecutions)
A list of executed tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTaskExecutionsResult.setTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
|
ListTaskExecutionsResult |
ListTaskExecutionsResult.withTaskExecutions(Collection<TaskExecutionListEntry> taskExecutions)
A list of executed tasks.
|
Copyright © 2024. All rights reserved.