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.nosql
Methods in com.oracle.bmc.nosql with parameters of type DeleteIndexRequest Modifier and Type Method Description DeleteIndexResponse
Nosql. 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)
DeleteIndexResponse
NosqlClient. 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.requests
Methods in com.oracle.bmc.nosql.requests that return DeleteIndexRequest Modifier and Type Method Description DeleteIndexRequest
DeleteIndexRequest.Builder. build()
Build the instance of DeleteIndexRequest as configured by this builderDeleteIndexRequest
DeleteIndexRequest.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.Builder
DeleteIndexRequest.Builder. copy(DeleteIndexRequest o)
Copy method to populate the builder with values from the given instance.
-