Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DBBackup
-
Packages that use DBBackup Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DBBackup in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return DBBackup Modifier and Type Method Description DBBackup[]
DescribeDBBackupsResponse. getBackupList()
Get 备份列表Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type DBBackup Modifier and Type Method Description void
DescribeDBBackupsResponse. setBackupList(DBBackup[] BackupList)
Set 备份列表Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DBBackup Constructor Description DBBackup(DBBackup 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.
-