Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
GetRowResponse |
NosqlClient.getRow(GetRowRequest request) |
GetRowResponse |
Nosql.getRow(GetRowRequest request)
Get a single row from the table by primary key.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRowResponse> |
NosqlAsync.getRow(GetRowRequest request,
AsyncHandler<GetRowRequest,GetRowResponse> handler)
Get a single row from the table by primary key.
|
Future<GetRowResponse> |
NosqlAsyncClient.getRow(GetRowRequest request,
AsyncHandler<GetRowRequest,GetRowResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetRowResponse> |
NosqlAsync.getRow(GetRowRequest request,
AsyncHandler<GetRowRequest,GetRowResponse> handler)
Get a single row from the table by primary key.
|
Future<GetRowResponse> |
NosqlAsyncClient.getRow(GetRowRequest request,
AsyncHandler<GetRowRequest,GetRowResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetRowResponse |
GetRowResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetRowResponse.Builder |
GetRowResponse.Builder.copy(GetRowResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.