Uses of Class
com.tencentcloudapi.tcaplusdb.v20190823.models.DeleteTableIndexResponse
-
Packages that use DeleteTableIndexResponse Package Description com.tencentcloudapi.tcaplusdb.v20190823 com.tencentcloudapi.tcaplusdb.v20190823.models -
-
Uses of DeleteTableIndexResponse in com.tencentcloudapi.tcaplusdb.v20190823
Methods in com.tencentcloudapi.tcaplusdb.v20190823 that return DeleteTableIndexResponse Modifier and Type Method Description DeleteTableIndexResponseTcaplusdbClient. DeleteTableIndex(DeleteTableIndexRequest req)删除表格的分布式索引 -
Uses of DeleteTableIndexResponse in com.tencentcloudapi.tcaplusdb.v20190823.models
Constructors in com.tencentcloudapi.tcaplusdb.v20190823.models with parameters of type DeleteTableIndexResponse Constructor Description DeleteTableIndexResponse(DeleteTableIndexResponse 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.
-