Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ZoneInfo
-
Packages that use ZoneInfo Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ZoneInfo in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ZoneInfo Modifier and Type Method Description ZoneInfo[]
DescribeZonesResponse. getZoneSet()
Get 可用区信息集合。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ZoneInfo Modifier and Type Method Description void
DescribeZonesResponse. setZoneSet(ZoneInfo[] ZoneSet)
Set 可用区信息集合。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ZoneInfo Constructor Description ZoneInfo(ZoneInfo 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.
-