Uses of Class
com.tencentcloudapi.redis.v20180412.models.RedisBackupSet
-
Packages that use RedisBackupSet Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of RedisBackupSet in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return RedisBackupSet Modifier and Type Method Description RedisBackupSet[]
DescribeInstanceBackupsResponse. getBackupSet()
Get 实例的备份数组。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type RedisBackupSet Modifier and Type Method Description void
DescribeInstanceBackupsResponse. setBackupSet(RedisBackupSet[] BackupSet)
Set 实例的备份数组。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type RedisBackupSet Constructor Description RedisBackupSet(RedisBackupSet 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.
-