Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeUpstreamBindApisRequest
-
Packages that use DescribeUpstreamBindApisRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeUpstreamBindApisRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DescribeUpstreamBindApisRequest Modifier and Type Method Description DescribeUpstreamBindApisResponseApigatewayClient. DescribeUpstreamBindApis(DescribeUpstreamBindApisRequest req)查询后端通道所绑定的API列表 -
Uses of DescribeUpstreamBindApisRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeUpstreamBindApisRequest Constructor Description DescribeUpstreamBindApisRequest(DescribeUpstreamBindApisRequest 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.
-