| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeExecutionResponse |
SfnClient.describeExecution(DescribeExecutionRequest describeExecutionRequest)
Provides all 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 all 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 |
|---|---|
SdkHttpFullRequest |
DescribeExecutionRequestMarshaller.marshall(DescribeExecutionRequest describeExecutionRequest) |
Copyright © 2022. All rights reserved.