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