| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeMapRunResponse |
SfnClient.describeMapRun(Consumer<DescribeMapRunRequest.Builder> describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
default DescribeMapRunResponse |
SfnClient.describeMapRun(DescribeMapRunRequest describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeMapRunResponse> |
SfnAsyncClient.describeMapRun(Consumer<DescribeMapRunRequest.Builder> describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
default CompletableFuture<DescribeMapRunResponse> |
SfnAsyncClient.describeMapRun(DescribeMapRunRequest describeMapRunRequest)
Provides information about a Map Run's configuration, progress, and results.
|
Copyright © 2023. All rights reserved.