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