Uses of Class
software.amazon.awssdk.services.sfn.model.DescribeExecutionRequest
-
Packages that use DescribeExecutionRequest Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.transform -
-
Uses of DescribeExecutionRequest in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn with parameters of type DescribeExecutionRequest Modifier and Type Method Description 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.default DescribeExecutionResponseSfnClient. 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. -
Uses of DescribeExecutionRequest in software.amazon.awssdk.services.sfn.transform
Methods in software.amazon.awssdk.services.sfn.transform with parameters of type DescribeExecutionRequest Modifier and Type Method Description SdkHttpFullRequestDescribeExecutionRequestMarshaller. marshall(DescribeExecutionRequest describeExecutionRequest)
-