Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetTableResponse |
NosqlClient.getTable(GetTableRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetTableRequest |
GetTableRequest.Builder.build()
Build the instance of GetTableRequest as configured by this builder
|
GetTableRequest |
GetTableRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetTableRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetTableRequest.Builder |
GetTableRequest.Builder.copy(GetTableRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.