| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse |
SfnClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
default DescribeExecutionResponse |
SfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeExecutionResponse> |
SfnAsyncClient.describeExecution(Consumer<DescribeExecutionRequest.Builder> describeExecutionRequest)
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
default CompletableFuture<DescribeExecutionResponse> |
SfnAsyncClient.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Provides information about a state machine execution, such as the state machine associated with the execution,
the execution input and output, and relevant execution metadata.
|
Copyright © 2023. All rights reserved.