Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeUsagePlanRequest
-
Packages that use DescribeUsagePlanRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DescribeUsagePlanRequest Modifier and Type Method Description DescribeUsagePlanResponseApigatewayClient. DescribeUsagePlan(DescribeUsagePlanRequest req)本接口(DescribeUsagePlan)用于查询一个使用计划的详细信息,包括名称、QPS、创建时间绑定的环境等。 -
Uses of DescribeUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeUsagePlanRequest Constructor Description DescribeUsagePlanRequest(DescribeUsagePlanRequest 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.
-