Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeServiceUsagePlanRequest
-
Packages that use DescribeServiceUsagePlanRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeServiceUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DescribeServiceUsagePlanRequest Modifier and Type Method Description DescribeServiceUsagePlanResponseApigatewayClient. DescribeServiceUsagePlan(DescribeServiceUsagePlanRequest req)本接口(DescribeServiceUsagePlan)用于查询服务使用计划详情。 服务若需要鉴权限流生效,则需要绑定使用计划到此服务中,本接口用于查询绑定到一个服务的所有使用计划。 -
Uses of DescribeServiceUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeServiceUsagePlanRequest Constructor Description DescribeServiceUsagePlanRequest(DescribeServiceUsagePlanRequest 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.
-