Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.ClearTablesResponse
-
Packages that use ClearTablesResponse Package Description com.tencentcloudapi.tcaplusdb.v20190823 com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of ClearTablesResponse in com.tencentcloudapi.tcaplusdb.v20190823
Methods in com.tencentcloudapi.tcaplusdb.v20190823 that return ClearTablesResponse Modifier and Type Method Description ClearTablesResponseTcaplusdbClient. ClearTables(ClearTablesRequest req)根据给定的表信息,清除表数据。 -
Uses of ClearTablesResponse in com.tencentcloudapi.tcaplusdb.v20190823.models
Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type ClearTablesResponse Constructor Description ClearTablesResponse(ClearTablesResponse 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.
-