Uses of Class
software.amazon.awssdk.services.swf.model.DescribeWorkflowTypeResponse
-
Packages that use DescribeWorkflowTypeResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of DescribeWorkflowTypeResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return DescribeWorkflowTypeResponse Modifier and Type Method Description default DescribeWorkflowTypeResponseSwfClient. describeWorkflowType(Consumer<DescribeWorkflowTypeRequest.Builder> describeWorkflowTypeRequest)Returns information about the specified workflow type.default DescribeWorkflowTypeResponseSwfClient. describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)Returns information about the specified workflow type.Methods in software.amazon.awssdk.services.swf that return types with arguments of type DescribeWorkflowTypeResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkflowTypeResponse>SwfAsyncClient. describeWorkflowType(Consumer<DescribeWorkflowTypeRequest.Builder> describeWorkflowTypeRequest)Returns information about the specified workflow type.default CompletableFuture<DescribeWorkflowTypeResponse>SwfAsyncClient. describeWorkflowType(DescribeWorkflowTypeRequest describeWorkflowTypeRequest)Returns information about the specified workflow type.
-