Uses of Class
com.tencentcloudapi.postgres.v20170312.models.RegionInfo
-
Packages that use RegionInfo Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of RegionInfo in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return RegionInfo Modifier and Type Method Description RegionInfo[]
DescribeRegionsResponse. getRegionSet()
Get 地域信息集合。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type RegionInfo Modifier and Type Method Description void
DescribeRegionsResponse. setRegionSet(RegionInfo[] RegionSet)
Set 地域信息集合。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type RegionInfo Constructor Description RegionInfo(RegionInfo 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.
-