| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
default ListExecutionsResponse |
SfnClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default CompletableFuture<ListExecutionsResponse> |
SfnAsyncClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default ListExecutionsIterable |
SfnClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
default ListExecutionsPublisher |
SfnAsyncClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Lists all executions of a state machine or a Map Run.
|
| Modifier and Type | Method and Description |
|---|---|
static ListExecutionsRequest.Builder |
ListExecutionsRequest.builder() |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.mapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine whose executions is listed.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.statusFilter(ExecutionStatus statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.statusFilter(String statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListExecutionsRequest.Builder> |
ListExecutionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.