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