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