Uses of Class
com.oracle.bmc.nosql.responses.UpdateRowResponse
-
Packages that use UpdateRowResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of UpdateRowResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return UpdateRowResponse Modifier and Type Method Description UpdateRowResponse
Nosql. updateRow(UpdateRowRequest request)
Write a single row into the table.UpdateRowResponse
NosqlClient. updateRow(UpdateRowRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type UpdateRowResponse 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)
Method parameters in com.oracle.bmc.nosql with type arguments of type UpdateRowResponse 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 UpdateRowResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return UpdateRowResponse Modifier and Type Method Description UpdateRowResponse
UpdateRowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type UpdateRowResponse Modifier and Type Method Description UpdateRowResponse.Builder
UpdateRowResponse.Builder. copy(UpdateRowResponse o)
Copy method to populate the builder with values from the given instance.
-