Uses of Class
com.tencentcloudapi.tem.v20201221.models.CreateServiceV2Request
-
Packages that use CreateServiceV2Request Package Description com.tencentcloudapi.tem.v20201221 com.tencentcloudapi.tem.v20201221.models -
-
Uses of CreateServiceV2Request in com.tencentcloudapi.tem.v20201221
Methods in com.tencentcloudapi.tem.v20201221 with parameters of type CreateServiceV2Request Modifier and Type Method Description CreateServiceV2ResponseTemClient. CreateServiceV2(CreateServiceV2Request req)创建服务 -
Uses of CreateServiceV2Request in com.tencentcloudapi.tem.v20201221.models
Constructors in com.tencentcloudapi.tem.v20201221.models with parameters of type CreateServiceV2Request Constructor Description CreateServiceV2Request(CreateServiceV2Request 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.
-