Uses of Class
software.amazon.awssdk.services.swf.model.DescribeWorkflowExecutionResponse
-
Packages that use DescribeWorkflowExecutionResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DescribeWorkflowExecutionResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return DescribeWorkflowExecutionResponse Modifier and Type Method Description default DescribeWorkflowExecutionResponse
SwfClient. describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.default DescribeWorkflowExecutionResponse
SwfClient. describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.Methods in software.amazon.awssdk.services.swf that return types with arguments of type DescribeWorkflowExecutionResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkflowExecutionResponse>
SwfAsyncClient. describeWorkflowExecution(Consumer<DescribeWorkflowExecutionRequest.Builder> describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.default CompletableFuture<DescribeWorkflowExecutionResponse>
SwfAsyncClient. describeWorkflowExecution(DescribeWorkflowExecutionRequest describeWorkflowExecutionRequest)
Returns information about the specified workflow execution including its type and some statistics.
-