Uses of Class
com.tencentcloudapi.postgres.v20170312.models.LogBackup
-
Packages that use LogBackup Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of LogBackup in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return LogBackup Modifier and Type Method Description LogBackup[]
DescribeLogBackupsResponse. getLogBackupSet()
Get 日志备份详细信息列表。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type LogBackup Modifier and Type Method Description void
DescribeLogBackupsResponse. setLogBackupSet(LogBackup[] LogBackupSet)
Set 日志备份详细信息列表。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type LogBackup Constructor Description LogBackup(LogBackup 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.
-