| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model | |
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TaskListEntry> |
ListTasksResponse.tasks()
A list of all the tasks that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResponse.Builder |
ListTasksResponse.Builder.tasks(TaskListEntry... tasks)
A list of all the tasks that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResponse.Builder |
ListTasksResponse.Builder.tasks(Collection<TaskListEntry> tasks)
A list of all the tasks that are returned.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TaskListEntry> |
ListTasksIterable.tasks()
Returns an iterable to iterate through the paginated
ListTasksResponse.tasks() member. |
SdkPublisher<TaskListEntry> |
ListTasksPublisher.tasks()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.