Uses of Class
com.tencentcloudapi.asw.v20200722.models.CreateFlowServiceRequest
-
Packages that use CreateFlowServiceRequest Package Description com.tencentcloudapi.asw.v20200722 com.tencentcloudapi.asw.v20200722.models -
-
Uses of CreateFlowServiceRequest in com.tencentcloudapi.asw.v20200722
Methods in com.tencentcloudapi.asw.v20200722 with parameters of type CreateFlowServiceRequest Modifier and Type Method Description CreateFlowServiceResponse
AswClient. CreateFlowService(CreateFlowServiceRequest req)
该接口用于生成状态机服务 -
Uses of CreateFlowServiceRequest in com.tencentcloudapi.asw.v20200722.models
Constructors in com.tencentcloudapi.asw.v20200722.models with parameters of type CreateFlowServiceRequest Constructor Description CreateFlowServiceRequest(CreateFlowServiceRequest 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.
-