Uses of Class
com.tencentcloudapi.cdb.v20170320.models.BackupInfo
-
Packages that use BackupInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of BackupInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return BackupInfo Modifier and Type Method Description BackupInfo[]DescribeBackupsResponse. getItems()Get 符合查询条件的备份信息详情。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type BackupInfo Modifier and Type Method Description voidDescribeBackupsResponse. setItems(BackupInfo[] Items)Set 符合查询条件的备份信息详情。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type BackupInfo Constructor Description BackupInfo(BackupInfo 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.
-