Uses of Class
com.oracle.bmc.nosql.responses.GetRowResponse
-
Packages that use GetRowResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of GetRowResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return GetRowResponse Modifier and Type Method Description GetRowResponse
Nosql. getRow(GetRowRequest request)
Get a single row from the table by primary key.GetRowResponse
NosqlClient. getRow(GetRowRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type GetRowResponse 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)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetRowResponse 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 GetRowResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return GetRowResponse Modifier and Type Method Description GetRowResponse
GetRowResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type GetRowResponse Modifier and Type Method Description GetRowResponse.Builder
GetRowResponse.Builder. copy(GetRowResponse o)
Copy method to populate the builder with values from the given instance.
-