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