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