Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DescribeServiceSubDomainMappingsResponse
-
Packages that use DescribeServiceSubDomainMappingsResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DescribeServiceSubDomainMappingsResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return DescribeServiceSubDomainMappingsResponse Modifier and Type Method Description DescribeServiceSubDomainMappingsResponseApigatewayClient. DescribeServiceSubDomainMappings(DescribeServiceSubDomainMappingsRequest req)本接口(DescribeServiceSubDomainMappings)用于查询自定义域名的路径映射。 API 网关可绑定自定义域名到服务,并且可以对自定义域名的路径进行映射,可自定义不同的路径映射到服务中的三个环境,本接口用于查询绑定服务的自定义域名的路径映射列表。 -
Uses of DescribeServiceSubDomainMappingsResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DescribeServiceSubDomainMappingsResponse Constructor Description DescribeServiceSubDomainMappingsResponse(DescribeServiceSubDomainMappingsResponse 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.
-