Uses of Class
com.tencentcloudapi.api.v20201106.models.RegionInfo
-
Packages that use RegionInfo Package Description com.tencentcloudapi.api.v20201106.models -
-
Uses of RegionInfo in com.tencentcloudapi.api.v20201106.models
Methods in com.tencentcloudapi.api.v20201106.models that return RegionInfo Modifier and Type Method Description RegionInfo[]DescribeRegionsResponse. getRegionSet()Get 地域列表信息Methods in com.tencentcloudapi.api.v20201106.models with parameters of type RegionInfo Modifier and Type Method Description voidDescribeRegionsResponse. setRegionSet(RegionInfo[] RegionSet)Set 地域列表信息Constructors in com.tencentcloudapi.api.v20201106.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.
-