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