Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.SnapshotInfoNew
-
Packages that use SnapshotInfoNew Package Description com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of SnapshotInfoNew in com.tencentcloudapi.tcaplusdb.v20190823.models
Methods in com.tencentcloudapi.tcaplusdb.v20190823.models that return SnapshotInfoNew Modifier and Type Method Description SnapshotInfoNew[]DeleteSnapshotsRequest. getSelectedTables()Get 删除的快照列表SnapshotInfoNew[]ModifySnapshotsRequest. getSelectedTables()Get 快照列表Methods in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SnapshotInfoNew Modifier and Type Method Description voidDeleteSnapshotsRequest. setSelectedTables(SnapshotInfoNew[] SelectedTables)Set 删除的快照列表voidModifySnapshotsRequest. setSelectedTables(SnapshotInfoNew[] SelectedTables)Set 快照列表Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type SnapshotInfoNew Constructor Description SnapshotInfoNew(SnapshotInfoNew 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.
-