Uses of Class
com.tencentcloudapi.cdc.v20201214.models.DescribeDedicatedSupportedZonesRequest
-
Packages that use DescribeDedicatedSupportedZonesRequest Package Description com.tencentcloudapi.cdc.v20201214 com.tencentcloudapi.cdc.v20201214.models -
-
Uses of DescribeDedicatedSupportedZonesRequest in com.tencentcloudapi.cdc.v20201214
Methods in com.tencentcloudapi.cdc.v20201214 with parameters of type DescribeDedicatedSupportedZonesRequest Modifier and Type Method Description DescribeDedicatedSupportedZonesResponseCdcClient. DescribeDedicatedSupportedZones(DescribeDedicatedSupportedZonesRequest req)查询专用集群支持的可用区列表 -
Uses of DescribeDedicatedSupportedZonesRequest in com.tencentcloudapi.cdc.v20201214.models
Constructors in com.tencentcloudapi.cdc.v20201214.models with parameters of type DescribeDedicatedSupportedZonesRequest Constructor Description DescribeDedicatedSupportedZonesRequest(DescribeDedicatedSupportedZonesRequest 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.
-