Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ModifyUsagePlanRequest
-
Packages that use ModifyUsagePlanRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ModifyUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type ModifyUsagePlanRequest Modifier and Type Method Description ModifyUsagePlanResponse
ApigatewayClient. ModifyUsagePlan(ModifyUsagePlanRequest req)
本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。 -
Uses of ModifyUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ModifyUsagePlanRequest Constructor Description ModifyUsagePlanRequest(ModifyUsagePlanRequest 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.
-