Uses of Class
com.oracle.bmc.nosql.model.TableCollection
-
Packages that use TableCollection Package Description com.oracle.bmc.nosql.model com.oracle.bmc.nosql.responses -
-
Uses of TableCollection in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return TableCollection Modifier and Type Method Description TableCollection
TableCollection.Builder. build()
Methods in com.oracle.bmc.nosql.model with parameters of type TableCollection Modifier and Type Method Description TableCollection.Builder
TableCollection.Builder. copy(TableCollection model)
-
Uses of TableCollection in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return TableCollection Modifier and Type Method Description TableCollection
ListTablesResponse. getTableCollection()
The returned TableCollection instance.Methods in com.oracle.bmc.nosql.responses with parameters of type TableCollection Modifier and Type Method Description ListTablesResponse.Builder
ListTablesResponse.Builder. tableCollection(TableCollection tableCollection)
The returned TableCollection instance.
-