Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.responses |
Modifier and Type | Method and Description |
---|---|
GetIndexResponse |
NosqlClient.getIndex(GetIndexRequest request) |
GetIndexResponse |
Nosql.getIndex(GetIndexRequest request)
Get information about a single index.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
Index.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
Index.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Index.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetIndexResponse> |
NosqlAsync.getIndex(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResponse> handler)
Get information about a single index.
|
Future<GetIndexResponse> |
NosqlAsyncClient.getIndex(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetIndexResponse> |
NosqlAsync.getIndex(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResponse> handler)
Get information about a single index.
|
Future<GetIndexResponse> |
NosqlAsyncClient.getIndex(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetIndexResponse |
GetIndexResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetIndexResponse.Builder |
GetIndexResponse.Builder.copy(GetIndexResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.