| Package | Description | 
|---|---|
| com.tencentcloudapi.tcaplusdb.v20190823.models | 
| Modifier and Type | Method and Description | 
|---|---|
SnapshotResult[] | 
ModifySnapshotsResponse.getTableResults()
Get The result list of snapshots modified in batches 
 | 
SnapshotResult[] | 
CreateSnapshotsResponse.getTableResults()
Get The result list of snapshots created in batches 
 | 
SnapshotResult[] | 
DescribeSnapshotsResponse.getTableResults()
Get The result list of snapshots 
 | 
SnapshotResult[] | 
DeleteSnapshotsResponse.getTableResults()
Get The result list of snapshots deleted in batches 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifySnapshotsResponse.setTableResults(SnapshotResult[] TableResults)
Set The result list of snapshots modified in batches 
 | 
void | 
CreateSnapshotsResponse.setTableResults(SnapshotResult[] TableResults)
Set The result list of snapshots created in batches 
 | 
void | 
DescribeSnapshotsResponse.setTableResults(SnapshotResult[] TableResults)
Set The result list of snapshots 
 | 
void | 
DeleteSnapshotsResponse.setTableResults(SnapshotResult[] TableResults)
Set The result list of snapshots deleted in batches 
 | 
| Constructor and Description | 
|---|
SnapshotResult(SnapshotResult 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. 
 | 
Copyright © 2022. All rights reserved.