Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeUsagePlanEnvironmentsRequest
-
Packages that use DescribeUsagePlanEnvironmentsRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeUsagePlanEnvironmentsRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DescribeUsagePlanEnvironmentsRequest Modifier and Type Method Description DescribeUsagePlanEnvironmentsResponseApigatewayClient. DescribeUsagePlanEnvironments(DescribeUsagePlanEnvironmentsRequest req)本接口(DescribeUsagePlanEnvironments)用于查询使用计划绑定的环境列表。 用户在绑定了某个使用计划到环境后,可使用本接口查询这个使用计划绑定的所有服务的环境。 -
Uses of DescribeUsagePlanEnvironmentsRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeUsagePlanEnvironmentsRequest Constructor Description DescribeUsagePlanEnvironmentsRequest(DescribeUsagePlanEnvironmentsRequest 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.
-