Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ModifyServiceRequest
-
Packages that use ModifyServiceRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ModifyServiceRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type ModifyServiceRequest Modifier and Type Method Description ModifyServiceResponse
ApigatewayClient. ModifyService(ModifyServiceRequest req)
本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。 -
Uses of ModifyServiceRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ModifyServiceRequest Constructor Description ModifyServiceRequest(ModifyServiceRequest 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.
-