Uses of Class
com.oracle.bmc.nosql.responses.GetTableResponse
-
Packages that use GetTableResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of GetTableResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return GetTableResponse Modifier and Type Method Description GetTableResponse
Nosql. getTable(GetTableRequest request)
Get table info by identifier.GetTableResponse
NosqlClient. getTable(GetTableRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type GetTableResponse Modifier and Type Method Description Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, Table.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, Table.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Table.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetTableResponse>
NosqlAsync. getTable(GetTableRequest request, AsyncHandler<GetTableRequest,GetTableResponse> handler)
Get table info by identifier.Future<GetTableResponse>
NosqlAsyncClient. getTable(GetTableRequest request, AsyncHandler<GetTableRequest,GetTableResponse> handler)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetTableResponse Modifier and Type Method Description Future<GetTableResponse>
NosqlAsync. getTable(GetTableRequest request, AsyncHandler<GetTableRequest,GetTableResponse> handler)
Get table info by identifier.Future<GetTableResponse>
NosqlAsyncClient. getTable(GetTableRequest request, AsyncHandler<GetTableRequest,GetTableResponse> handler)
-
Uses of GetTableResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return GetTableResponse Modifier and Type Method Description GetTableResponse
GetTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type GetTableResponse Modifier and Type Method Description GetTableResponse.Builder
GetTableResponse.Builder. copy(GetTableResponse o)
Copy method to populate the builder with values from the given instance.
-