| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.paginators | |
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExecutionsResponse> |
SfnAsyncClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsResponse |
SfnClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsPublisher |
SfnAsyncClient.listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
| Constructor and Description |
|---|
ListExecutionsIterable(SfnClient client,
ListExecutionsRequest firstRequest) |
ListExecutionsPublisher(SfnAsyncClient client,
ListExecutionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListExecutionsRequestMarshaller.marshall(ListExecutionsRequest listExecutionsRequest) |
Copyright © 2019. All rights reserved.