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