Uses of Interface
software.amazon.awssdk.services.sfn.model.ListExecutionsRequest.Builder
-
Packages that use ListExecutionsRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type ListExecutionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>SfnAsyncClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all executions of a state machine or a Map Run.default ListExecutionsResponseSfnClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all executions of a state machine or a Map Run.default ListExecutionsPublisherSfnAsyncClient. listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all executions of a state machine or a Map Run.default ListExecutionsIterableSfnClient. listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Lists all executions of a state machine or a Map Run. -
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ListExecutionsRequest.Builder Modifier and Type Method Description static ListExecutionsRequest.BuilderListExecutionsRequest. builder()ListExecutionsRequest.BuilderListExecutionsRequest.Builder. mapRunArn(String mapRunArn)The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that are returned per call.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListExecutionsRequest.BuilderListExecutionsRequest.Builder. stateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the state machine whose executions is listed.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. statusFilter(String statusFilter)If specified, only list the executions whose current execution status matches the given filter.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. statusFilter(ExecutionStatus statusFilter)If specified, only list the executions whose current execution status matches the given filter.ListExecutionsRequest.BuilderListExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ListExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListExecutionsRequest.Builder>ListExecutionsRequest. serializableBuilderClass()
-