Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
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. |
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. |
GetIndexResponse |
NosqlClient.getIndex(GetIndexRequest request) |
GetIndexResponse |
Nosql.getIndex(GetIndexRequest request)
Get information about a single index.
|
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 |
---|---|
GetIndexRequest |
GetIndexRequest.Builder.build()
Build the instance of GetIndexRequest as configured by this builder
|
GetIndexRequest |
GetIndexRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetIndexRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetIndexRequest.Builder |
GetIndexRequest.Builder.copy(GetIndexRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.