| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model | |
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionListItem> |
ListExecutionsResponse.executions()
The list of matching executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(ExecutionListItem... executions)
The list of matching executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(Collection<ExecutionListItem> executions)
The list of matching executions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ExecutionListItem> |
ListExecutionsPublisher.executions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ExecutionListItem> |
ListExecutionsIterable.executions()
Returns an iterable to iterate through the paginated
ListExecutionsResponse.executions() member. |
Copyright © 2023. All rights reserved.