Uses of Class
com.oracle.bmc.nosql.responses.GetIndexResponse
-
Packages that use GetIndexResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of GetIndexResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return GetIndexResponse Modifier and Type Method Description GetIndexResponse
Nosql. getIndex(GetIndexRequest request)
Get information about a single index.GetIndexResponse
NosqlClient. getIndex(GetIndexRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type GetIndexResponse Modifier and Type Method Description Waiter<GetIndexRequest,GetIndexResponse>
NosqlWaiters. forIndex(GetIndexRequest request, Index.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIndexRequest,GetIndexResponse>
NosqlWaiters. forIndex(GetIndexRequest request, Index.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIndexRequest,GetIndexResponse>
NosqlWaiters. forIndex(GetIndexRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Index.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetIndexResponse Modifier and Type Method 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)
-
Uses of GetIndexResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return GetIndexResponse Modifier and Type Method Description GetIndexResponse
GetIndexResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type GetIndexResponse Modifier and Type Method Description GetIndexResponse.Builder
GetIndexResponse.Builder. copy(GetIndexResponse o)
Copy method to populate the builder with values from the given instance.
-