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