| Package | Description |
|---|---|
| com.amazonaws.services.stepfunctions |
|
| com.amazonaws.services.stepfunctions.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListExecutionsResult> |
AWSStepFunctionsAsyncClient.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
Future<ListExecutionsResult> |
AWSStepFunctionsAsync.listExecutionsAsync(ListExecutionsRequest listExecutionsRequest,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler)
Lists all executions of a state machine or a Map Run.
|
Future<ListExecutionsResult> |
AbstractAWSStepFunctionsAsync.listExecutionsAsync(ListExecutionsRequest request,
AsyncHandler<ListExecutionsRequest,ListExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest |
ListExecutionsRequest.clone() |
ListExecutionsRequest |
ListExecutionsRequest.withMapRunArn(String mapRunArn)
The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions.
|
ListExecutionsRequest |
ListExecutionsRequest.withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListExecutionsRequest |
ListExecutionsRequest.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListExecutionsRequest |
ListExecutionsRequest.withRedriveFilter(ExecutionRedriveFilter redriveFilter)
Sets a filter to list executions based on whether or not they have been redriven.
|
ListExecutionsRequest |
ListExecutionsRequest.withRedriveFilter(String redriveFilter)
Sets a filter to list executions based on whether or not they have been redriven.
|
ListExecutionsRequest |
ListExecutionsRequest.withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine whose executions is listed.
|
ListExecutionsRequest |
ListExecutionsRequest.withStatusFilter(ExecutionStatus statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
ListExecutionsRequest |
ListExecutionsRequest.withStatusFilter(String statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
Copyright © 2024. All rights reserved.