Uses of Class
com.oracle.bmc.nosql.requests.DeleteRowRequest
-
Packages that use DeleteRowRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of DeleteRowRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type DeleteRowRequest Modifier and Type Method Description DeleteRowResponse
Nosql. deleteRow(DeleteRowRequest request)
Delete a single row from the table, by primary key.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)
DeleteRowResponse
NosqlClient. deleteRow(DeleteRowRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type DeleteRowRequest 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 DeleteRowRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return DeleteRowRequest Modifier and Type Method Description DeleteRowRequest
DeleteRowRequest.Builder. build()
Build the instance of DeleteRowRequest as configured by this builderDeleteRowRequest
DeleteRowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteRowRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type DeleteRowRequest Modifier and Type Method Description DeleteRowRequest.Builder
DeleteRowRequest.Builder. copy(DeleteRowRequest o)
Copy method to populate the builder with values from the given instance.
-