Uses of Class
com.tencentcloudapi.gaap.v20180529.models.CreateDomainRequest
-
Packages that use CreateDomainRequest Package Description com.tencentcloudapi.gaap.v20180529 com.tencentcloudapi.gaap.v20180529.models -
-
Uses of CreateDomainRequest in com.tencentcloudapi.gaap.v20180529
Methods in com.tencentcloudapi.gaap.v20180529 with parameters of type CreateDomainRequest Modifier and Type Method Description CreateDomainResponseGaapClient. CreateDomain(CreateDomainRequest req)本接口(CreateDomain)用于创建HTTP/HTTPS监听器的访问域名,客户端请求通过访问该域名来请求后端业务。 该接口仅支持version3.0的通道。 -
Uses of CreateDomainRequest in com.tencentcloudapi.gaap.v20180529.models
Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type CreateDomainRequest Constructor Description CreateDomainRequest(CreateDomainRequest 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.
-