Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UpdateServiceRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceResponseApigatewayClient. UpdateService(UpdateServiceRequest req)本接口(UpdateService)用于从服务已发布的环境中将运行版本切换到特定版本。用户在使用 API 网关创建服务并发布服务到某个环境后,如在开发过程产生多个版本需要切换,此时可调用本接口。 -
Uses of UpdateServiceRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UpdateServiceRequest Constructor Description UpdateServiceRequest(UpdateServiceRequest 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.
-