Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
GetTableResponse |
NosqlClient.getTable(GetTableRequest request) |
GetTableResponse |
Nosql.getTable(GetTableRequest request)
Get table info by identifier.
|
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. |
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 |
---|---|
GetTableResponse |
GetTableResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetTableResponse.Builder |
GetTableResponse.Builder.copy(GetTableResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.