Uses of Class
com.oracle.bmc.nosql.model.IndexKey
-
Packages that use IndexKey Package Description com.oracle.bmc.nosql.model -
-
Uses of IndexKey in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return IndexKey Modifier and Type Method Description IndexKey
IndexKey.Builder. build()
Methods in com.oracle.bmc.nosql.model that return types with arguments of type IndexKey Modifier and Type Method Description List<IndexKey>
CreateIndexDetails. getKeys()
A set of keys for a secondary index.List<IndexKey>
Index. getKeys()
A set of keys for a secondary index.List<IndexKey>
IndexSummary. getKeys()
A set of keys for a secondary index.Methods in com.oracle.bmc.nosql.model with parameters of type IndexKey Modifier and Type Method Description IndexKey.Builder
IndexKey.Builder. copy(IndexKey model)
Method parameters in com.oracle.bmc.nosql.model with type arguments of type IndexKey Modifier and Type Method Description CreateIndexDetails.Builder
CreateIndexDetails.Builder. keys(List<IndexKey> keys)
A set of keys for a secondary index.Index.Builder
Index.Builder. keys(List<IndexKey> keys)
A set of keys for a secondary index.IndexSummary.Builder
IndexSummary.Builder. keys(List<IndexKey> keys)
A set of keys for a secondary index.Constructor parameters in com.oracle.bmc.nosql.model with type arguments of type IndexKey Constructor Description CreateIndexDetails(String name, String compartmentId, List<IndexKey> keys, Boolean isIfNotExists)
Deprecated.Index(String name, String compartmentId, String tableName, String tableId, List<IndexKey> keys, Index.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.IndexSummary(String name, List<IndexKey> keys, Index.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-