Uses of Class
com.oracle.bmc.nosql.requests.UpdateRowRequest
-
Packages that use UpdateRowRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of UpdateRowRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type UpdateRowRequest Modifier and Type Method Description UpdateRowResponse
Nosql. updateRow(UpdateRowRequest request)
Write a single row into the table.Future<UpdateRowResponse>
NosqlAsync. updateRow(UpdateRowRequest request, AsyncHandler<UpdateRowRequest,UpdateRowResponse> handler)
Write a single row into the table.Future<UpdateRowResponse>
NosqlAsyncClient. updateRow(UpdateRowRequest request, AsyncHandler<UpdateRowRequest,UpdateRowResponse> handler)
UpdateRowResponse
NosqlClient. updateRow(UpdateRowRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateRowRequest Modifier and Type Method Description Future<UpdateRowResponse>
NosqlAsync. updateRow(UpdateRowRequest request, AsyncHandler<UpdateRowRequest,UpdateRowResponse> handler)
Write a single row into the table.Future<UpdateRowResponse>
NosqlAsyncClient. updateRow(UpdateRowRequest request, AsyncHandler<UpdateRowRequest,UpdateRowResponse> handler)
-
Uses of UpdateRowRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return UpdateRowRequest Modifier and Type Method Description UpdateRowRequest
UpdateRowRequest.Builder. build()
Build the instance of UpdateRowRequest as configured by this builderUpdateRowRequest
UpdateRowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateRowRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type UpdateRowRequest Modifier and Type Method Description UpdateRowRequest.Builder
UpdateRowRequest.Builder. copy(UpdateRowRequest o)
Copy method to populate the builder with values from the given instance.
-