Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeUsagePlanSecretIdsResponse
-
Packages that use DescribeUsagePlanSecretIdsResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeUsagePlanSecretIdsResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return DescribeUsagePlanSecretIdsResponse Modifier and Type Method Description DescribeUsagePlanSecretIdsResponseApigatewayClient. DescribeUsagePlanSecretIds(DescribeUsagePlanSecretIdsRequest req)本接口(DescribeUsagePlanSecretIds)用于查询使用计划绑定的密钥列表。 在 API 网关中,一个使用计划可绑定多个密钥对,可使用本接口查询使用计划绑定的密钥列表。 -
Uses of DescribeUsagePlanSecretIdsResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeUsagePlanSecretIdsResponse Constructor Description DescribeUsagePlanSecretIdsResponse(DescribeUsagePlanSecretIdsResponse 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.
-