| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
TaskListEntry |
TaskListEntry.clone() |
TaskListEntry |
TaskListEntry.withName(String name)
The name of the task.
|
TaskListEntry |
TaskListEntry.withStatus(String status)
The status of the task.
|
TaskListEntry |
TaskListEntry.withStatus(TaskStatus status)
The status of the task.
|
TaskListEntry |
TaskListEntry.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskListEntry> |
ListTasksResult.getTasks()
A list of all the tasks that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResult |
ListTasksResult.withTasks(TaskListEntry... tasks)
A list of all the tasks that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTasksResult.setTasks(Collection<TaskListEntry> tasks)
A list of all the tasks that are returned.
|
ListTasksResult |
ListTasksResult.withTasks(Collection<TaskListEntry> tasks)
A list of all the tasks that are returned.
|
Copyright © 2019. All rights reserved.