Uses of Class
software.amazon.awssdk.services.sfn.model.DescribeExecutionResponse
-
Packages that use DescribeExecutionResponse Package Description software.amazon.awssdk.services.sfn Step Functions -
-
Uses of DescribeExecutionResponse in software.amazon.awssdk.services.sfn
Methods in software.amazon.awssdk.services.sfn that return DescribeExecutionResponse Modifier and Type Method Description default DescribeExecutionResponseSfnClient. 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 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.Methods in software.amazon.awssdk.services.sfn that return types with arguments of type DescribeExecutionResponse Modifier and Type Method 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.
-