Uses of Class
com.tencentcloudapi.postgres.v20170312.models.Version
-
Packages that use Version Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of Version in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return Version Modifier and Type Method Description Version[]
DescribeDBVersionsResponse. getVersionSet()
Get 数据库版本号信息列表Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type Version Modifier and Type Method Description void
DescribeDBVersionsResponse. setVersionSet(Version[] VersionSet)
Set 数据库版本号信息列表Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type Version Constructor Description Version(Version 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.
-