Uses of Class
com.oracle.bmc.nosql.responses.CreateIndexResponse
-
Packages that use CreateIndexResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of CreateIndexResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return CreateIndexResponse Modifier and Type Method Description CreateIndexResponse
Nosql. createIndex(CreateIndexRequest request)
Create a new index on the table identified by tableNameOrId.CreateIndexResponse
NosqlClient. createIndex(CreateIndexRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type CreateIndexResponse Modifier and Type Method Description Future<CreateIndexResponse>
NosqlAsync. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
Create a new index on the table identified by tableNameOrId.Future<CreateIndexResponse>
NosqlAsyncClient. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type CreateIndexResponse Modifier and Type Method Description Future<CreateIndexResponse>
NosqlAsync. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
Create a new index on the table identified by tableNameOrId.Future<CreateIndexResponse>
NosqlAsyncClient. createIndex(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResponse> handler)
-
Uses of CreateIndexResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return CreateIndexResponse Modifier and Type Method Description CreateIndexResponse
CreateIndexResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type CreateIndexResponse Modifier and Type Method Description CreateIndexResponse.Builder
CreateIndexResponse.Builder. copy(CreateIndexResponse o)
Copy method to populate the builder with values from the given instance.
-