Uses of Class
com.oracle.bmc.nosql.model.TableSummary
-
Packages that use TableSummary Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.model -
-
Uses of TableSummary in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return types with arguments of type TableSummary Modifier and Type Method Description Iterable<TableSummary>
NosqlPaginators. listTablesRecordIterator(ListTablesRequest request)
Creates a new iterable which will iterate over theTableSummary
objects contained in responses from the listTables operation. -
Uses of TableSummary in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return TableSummary Modifier and Type Method Description TableSummary
TableSummary.Builder. build()
Methods in com.oracle.bmc.nosql.model that return types with arguments of type TableSummary Modifier and Type Method Description List<TableSummary>
TableCollection. getItems()
A page of TableSummary objects.Methods in com.oracle.bmc.nosql.model with parameters of type TableSummary Modifier and Type Method Description TableSummary.Builder
TableSummary.Builder. copy(TableSummary model)
Method parameters in com.oracle.bmc.nosql.model with type arguments of type TableSummary Modifier and Type Method Description TableCollection.Builder
TableCollection.Builder. items(List<TableSummary> items)
A page of TableSummary objects.Constructor parameters in com.oracle.bmc.nosql.model with type arguments of type TableSummary Constructor Description TableCollection(List<TableSummary> items, Integer maxAutoReclaimableTables, Integer autoReclaimableTables, Integer onDemandCapacityTables, Integer maxOnDemandCapacityTables, List<String> availableReplicationRegions)
Deprecated.
-