| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedExecution> |
ListExecutionsResponse.executions()
Returns the details for each execution, in a
ListedExecution array. |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(ListedExecution... executions)
Returns the details for each execution, in a
ListedExecution array. |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(Collection<ListedExecution> executions)
Returns the details for each execution, in a
ListedExecution array. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListedExecution> |
ListExecutionsPublisher.executions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListedExecution> |
ListExecutionsIterable.executions()
Returns an iterable to iterate through the paginated
ListExecutionsResponse.executions() member. |
Copyright © 2023. All rights reserved.