Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UnReleaseServiceRequest
-
Packages that use UnReleaseServiceRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UnReleaseServiceRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type UnReleaseServiceRequest Modifier and Type Method Description UnReleaseServiceResponseApigatewayClient. UnReleaseService(UnReleaseServiceRequest req)本接口(UnReleaseService)用于下线服务。 用户发布服务到某个环境后,此服务中的 API 方可被调用者进行调用,当用户需要将此服务从发布环境中下线时,可调用此 API。下线后的服务不可被调用。 -
Uses of UnReleaseServiceRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UnReleaseServiceRequest Constructor Description UnReleaseServiceRequest(UnReleaseServiceRequest 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.
-