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