| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListExecutionsResponse |
SfnClient.listExecutions(Consumer<ListExecutionsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExecutionsResponse> |
SfnAsyncClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
default CompletableFuture<ListExecutionsResponse> |
SfnAsyncClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Lists the executions of a state machine that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExecutionsResponse> |
ListExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExecutionsResponse> subscriber) |
Copyright © 2021. All rights reserved.