Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.RollbackTable
-
Packages that use RollbackTable Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of RollbackTable in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return RollbackTable Modifier and Type Method Description RollbackTable[]RollBackClusterRequest. getRollbackTables()Get 回档数据库表列表Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type RollbackTable Modifier and Type Method Description voidRollBackClusterRequest. setRollbackTables(RollbackTable[] RollbackTables)Set 回档数据库表列表Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type RollbackTable Constructor Description RollbackTable(RollbackTable 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.
-