Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.CreateUsagePlanRequest
-
Packages that use CreateUsagePlanRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of CreateUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type CreateUsagePlanRequest Modifier and Type Method Description CreateUsagePlanResponseApigatewayClient. CreateUsagePlan(CreateUsagePlanRequest req)本接口(CreateUsagePlan)用于创建使用计划。 用户在使用 API 网关时,需要创建使用计划并将其绑定到服务的环境中使用。 -
Uses of CreateUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CreateUsagePlanRequest Constructor Description CreateUsagePlanRequest(CreateUsagePlanRequest 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.
-