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