Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.CreateApiResponse
-
Packages that use CreateApiResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of CreateApiResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return CreateApiResponse Modifier and Type Method Description CreateApiResponseApigatewayClient. CreateApi(CreateApiRequest req)本接口(CreateApi)用于创建 API 接口,创建 API 前,用户需要先创建服务,每个 API 都有自己归属的服务。 -
Uses of CreateApiResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CreateApiResponse Constructor Description CreateApiResponse(CreateApiResponse 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.
-