Uses of Class
software.amazon.awssdk.services.sfn.model.DescribeMapRunRequest
-
Packages that use DescribeMapRunRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of DescribeMapRunRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type DescribeMapRunRequest Modifier and Type Method Description default CompletableFuture<DescribeMapRunResponse>SfnAsyncClient. describeMapRun(DescribeMapRunRequest describeMapRunRequest)Provides information about a Map Run's configuration, progress, and results.default DescribeMapRunResponseSfnClient. describeMapRun(DescribeMapRunRequest describeMapRunRequest)Provides information about a Map Run's configuration, progress, and results. -
Uses of DescribeMapRunRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type DescribeMapRunRequest Modifier and Type Method Description SdkHttpFullRequestDescribeMapRunRequestMarshaller. marshall(DescribeMapRunRequest describeMapRunRequest)
-