Uses of Class
com.oracle.bmc.nosql.model.IndexSummary
-
Packages that use IndexSummary Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.model -
-
Uses of IndexSummary in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return types with arguments of type IndexSummary Modifier and Type Method Description Iterable<IndexSummary>
NosqlPaginators. listIndexesRecordIterator(ListIndexesRequest request)
Creates a new iterable which will iterate over theIndexSummary
objects contained in responses from the listIndexes operation. -
Uses of IndexSummary in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return IndexSummary Modifier and Type Method Description IndexSummary
IndexSummary.Builder. build()
Methods in com.oracle.bmc.nosql.model that return types with arguments of type IndexSummary Modifier and Type Method Description List<IndexSummary>
IndexCollection. getItems()
A page of IndexSummary objects.Methods in com.oracle.bmc.nosql.model with parameters of type IndexSummary Modifier and Type Method Description IndexSummary.Builder
IndexSummary.Builder. copy(IndexSummary model)
Method parameters in com.oracle.bmc.nosql.model with type arguments of type IndexSummary Modifier and Type Method Description IndexCollection.Builder
IndexCollection.Builder. items(List<IndexSummary> items)
A page of IndexSummary objects.Constructor parameters in com.oracle.bmc.nosql.model with type arguments of type IndexSummary Constructor Description IndexCollection(List<IndexSummary> items)
Deprecated.
-