Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.DescribeBackupRecordsResponse
-
Packages that use DescribeBackupRecordsResponse Package Description com.tencentcloudapi.tcaplusdb.v20190823 com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of DescribeBackupRecordsResponse in com.tencentcloudapi.tcaplusdb.v20190823
Methods in com.tencentcloudapi.tcaplusdb.v20190823 that return DescribeBackupRecordsResponse Modifier and Type Method Description DescribeBackupRecordsResponseTcaplusdbClient. DescribeBackupRecords(DescribeBackupRecordsRequest req)查询备份记录 查询集群级别时, 将TableGroupId设置为"-1", 将TableName设置为"-1" 查询集群+表格组级别时, 将TableName设置为"-1" 查询集群+表格组+表格级别时, 都不能设置为“-1” -
Uses of DescribeBackupRecordsResponse in com.tencentcloudapi.tcaplusdb.v20190823.models
Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type DescribeBackupRecordsResponse Constructor Description DescribeBackupRecordsResponse(DescribeBackupRecordsResponse 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.
-