Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.CreateServiceRequest
-
Packages that use CreateServiceRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of CreateServiceRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type CreateServiceRequest Modifier and Type Method Description CreateServiceResponseApigatewayClient. CreateService(CreateServiceRequest req)本接口(CreateService)用于创建服务。 API 网关使用的最大单元为服务,每个服务中可创建多个 API 接口。每个服务有一个默认域名供客户调用,用户也可绑定自定义域名到此服务中。 -
Uses of CreateServiceRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CreateServiceRequest Constructor Description CreateServiceRequest(CreateServiceRequest 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.
-