Uses of Interface
software.amazon.awssdk.services.sfn.model.ListMapRunsRequest.Builder
Packages that use ListMapRunsRequest.Builder
Package
Description
-
Uses of ListMapRunsRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type ListMapRunsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListMapRunsResponse>SfnAsyncClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) Lists all Map Runs that were started by a given state machine execution.default ListMapRunsResponseSfnClient.listMapRuns(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) Lists all Map Runs that were started by a given state machine execution.default ListMapRunsPublisherSfnAsyncClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) This is a variant ofSfnAsyncClient.listMapRuns(software.amazon.awssdk.services.sfn.model.ListMapRunsRequest)operation.default ListMapRunsIterableSfnClient.listMapRunsPaginator(Consumer<ListMapRunsRequest.Builder> listMapRunsRequest) This is a variant ofSfnClient.listMapRuns(software.amazon.awssdk.services.sfn.model.ListMapRunsRequest)operation. -
Uses of ListMapRunsRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ListMapRunsRequest.BuilderModifier and TypeMethodDescriptionstatic ListMapRunsRequest.BuilderListMapRunsRequest.builder()ListMapRunsRequest.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) of the execution for which the Map Runs must be listed.ListMapRunsRequest.Builder.maxResults(Integer maxResults) The maximum number of results that are returned per call.IfnextTokenis returned, there are more results available.ListMapRunsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListMapRunsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListMapRunsRequest.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ListMapRunsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListMapRunsRequest.Builder>ListMapRunsRequest.serializableBuilderClass()