Uses of Class
com.oracle.bmc.nosql.model.CreateIndexDetails
-
Packages that use CreateIndexDetails Package Description com.oracle.bmc.nosql.model com.oracle.bmc.nosql.requests -
-
Uses of CreateIndexDetails in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return CreateIndexDetails Modifier and Type Method Description CreateIndexDetails
CreateIndexDetails.Builder. build()
Methods in com.oracle.bmc.nosql.model with parameters of type CreateIndexDetails Modifier and Type Method Description CreateIndexDetails.Builder
CreateIndexDetails.Builder. copy(CreateIndexDetails model)
-
Uses of CreateIndexDetails in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return CreateIndexDetails Modifier and Type Method Description CreateIndexDetails
CreateIndexRequest. getBody$()
Alternative accessor for the body parameter.CreateIndexDetails
CreateIndexRequest. getCreateIndexDetails()
Specifications for the new index.Methods in com.oracle.bmc.nosql.requests with parameters of type CreateIndexDetails Modifier and Type Method Description CreateIndexRequest.Builder
CreateIndexRequest.Builder. body$(CreateIndexDetails body)
Alternative setter for the body parameter.CreateIndexRequest.Builder
CreateIndexRequest.Builder. createIndexDetails(CreateIndexDetails createIndexDetails)
Specifications for the new index.
-