Uses of Class
com.oracle.bmc.nosql.requests.GetRowRequest
-
Packages that use GetRowRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of GetRowRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type GetRowRequest Modifier and Type Method Description 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)
GetRowResponse
NosqlClient. getRow(GetRowRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetRowRequest Modifier and Type Method 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)
-
Uses of GetRowRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return GetRowRequest Modifier and Type Method Description GetRowRequest
GetRowRequest.Builder. build()
Build the instance of GetRowRequest as configured by this builderGetRowRequest
GetRowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRowRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type GetRowRequest Modifier and Type Method Description GetRowRequest.Builder
GetRowRequest.Builder. copy(GetRowRequest o)
Copy method to populate the builder with values from the given instance.
-