Uses of Class
com.oracle.bmc.nosql.requests.DeleteIndexRequest
- 
Packages that use DeleteIndexRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests 
- 
- 
Uses of DeleteIndexRequest in com.oracle.bmc.nosqlMethods in com.oracle.bmc.nosql with parameters of type DeleteIndexRequest Modifier and Type Method Description DeleteIndexResponseNosql. deleteIndex(DeleteIndexRequest request)Delete an index from the table identified by tableNameOrId.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)DeleteIndexResponseNosqlClient. deleteIndex(DeleteIndexRequest request)Method parameters in com.oracle.bmc.nosql with type arguments of type DeleteIndexRequest 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 DeleteIndexRequest in com.oracle.bmc.nosql.requestsMethods in com.oracle.bmc.nosql.requests that return DeleteIndexRequest Modifier and Type Method Description DeleteIndexRequestDeleteIndexRequest.Builder. build()Build the instance of DeleteIndexRequest as configured by this builderDeleteIndexRequestDeleteIndexRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteIndexRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type DeleteIndexRequest Modifier and Type Method Description DeleteIndexRequest.BuilderDeleteIndexRequest.Builder. copy(DeleteIndexRequest o)Copy method to populate the builder with values from the given instance.
 
-