Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
UpdateRowResponse |
NosqlClient.updateRow(UpdateRowRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
UpdateRowRequest |
UpdateRowRequest.Builder.build()
Build the instance of UpdateRowRequest as configured by this builder
|
UpdateRowRequest |
UpdateRowRequest.Builder.buildWithoutInvocationCallback()
Build the instance of UpdateRowRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
UpdateRowRequest.Builder |
UpdateRowRequest.Builder.copy(UpdateRowRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.