Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.BackupFileInfo
-
Packages that use BackupFileInfo Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of BackupFileInfo in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return BackupFileInfo Modifier and Type Method Description BackupFileInfo[]DescribeBackupListResponse. getBackupList()Get 备份文件列表Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type BackupFileInfo Modifier and Type Method Description voidDescribeBackupListResponse. setBackupList(BackupFileInfo[] BackupList)Set 备份文件列表Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type BackupFileInfo Constructor Description BackupFileInfo(BackupFileInfo 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.
-