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