Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DeleteServiceRequest
-
Packages that use DeleteServiceRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DeleteServiceRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DeleteServiceRequest Modifier and Type Method Description DeleteServiceResponseApigatewayClient. DeleteService(DeleteServiceRequest req)本接口(DeleteService)用于删除 API 网关中某个服务。 -
Uses of DeleteServiceRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DeleteServiceRequest Constructor Description DeleteServiceRequest(DeleteServiceRequest 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.
-