Uses of Class
com.tencentcloudapi.mps.v20190612.models.DescribeWorkflowsRequest
-
Packages that use DescribeWorkflowsRequest Package Description com.tencentcloudapi.mps.v20190612 com.tencentcloudapi.mps.v20190612.models -
-
Uses of DescribeWorkflowsRequest in com.tencentcloudapi.mps.v20190612
Methods in com.tencentcloudapi.mps.v20190612 with parameters of type DescribeWorkflowsRequest Modifier and Type Method Description DescribeWorkflowsResponseMpsClient. DescribeWorkflows(DescribeWorkflowsRequest req)根据工作流 ID,获取工作流详情列表。 -
Uses of DescribeWorkflowsRequest in com.tencentcloudapi.mps.v20190612.models
Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type DescribeWorkflowsRequest Constructor Description DescribeWorkflowsRequest(DescribeWorkflowsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-