Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ReleaseServiceResponse
-
Packages that use ReleaseServiceResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ReleaseServiceResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return ReleaseServiceResponse Modifier and Type Method Description ReleaseServiceResponseApigatewayClient. ReleaseService(ReleaseServiceRequest req)本接口(ReleaseService)用于发布服务。 API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。 -
Uses of ReleaseServiceResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ReleaseServiceResponse Constructor Description ReleaseServiceResponse(ReleaseServiceResponse 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.
-