Uses of Interface
software.amazon.awssdk.services.sfn.model.ListExecutionsRequest.Builder
Packages that use ListExecutionsRequest.Builder
Package
Description
-
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type ListExecutionsRequest.BuilderModifier and TypeMethodDescriptiondefault 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) This is a variant ofSfnAsyncClient.listExecutions(software.amazon.awssdk.services.sfn.model.ListExecutionsRequest)operation.default ListExecutionsIterableSfnClient.listExecutionsPaginator(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest) This is a variant ofSfnClient.listExecutions(software.amazon.awssdk.services.sfn.model.ListExecutionsRequest)operation. -
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ListExecutionsRequest.BuilderModifier and TypeMethodDescriptionListExecutionsRequest.builder()The Amazon Resource Name (ARN) of the Map Run that started the child workflow executions.ListExecutionsRequest.Builder.maxResults(Integer maxResults) The maximum number of results that are returned per call.IfnextTokenis returned, there are more results available.ListExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListExecutionsRequest.Builder.redriveFilter(String redriveFilter) Sets a filter to list executions based on whether or not they have been redriven.ListExecutionsRequest.Builder.redriveFilter(ExecutionRedriveFilter redriveFilter) Sets a filter to list executions based on whether or not they have been redriven.ListExecutionsRequest.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine whose executions is listed.ListExecutionsRequest.Builder.statusFilter(String statusFilter) If specified, only list the executions whose current execution status matches the given filter.ListExecutionsRequest.Builder.statusFilter(ExecutionStatus statusFilter) If specified, only list the executions whose current execution status matches the given filter.ListExecutionsRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ListExecutionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListExecutionsRequest.Builder>ListExecutionsRequest.serializableBuilderClass()