Uses of Class
com.oracle.bmc.nosql.requests.GetIndexRequest
-
Packages that use GetIndexRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of GetIndexRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return types with arguments of type GetIndexRequest 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.Methods in com.oracle.bmc.nosql with parameters of type GetIndexRequest 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.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)
GetIndexResponse
NosqlClient. getIndex(GetIndexRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type GetIndexRequest 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 GetIndexRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return GetIndexRequest Modifier and Type Method Description GetIndexRequest
GetIndexRequest.Builder. build()
Build the instance of GetIndexRequest as configured by this builderGetIndexRequest
GetIndexRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIndexRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type GetIndexRequest Modifier and Type Method Description GetIndexRequest.Builder
GetIndexRequest.Builder. copy(GetIndexRequest o)
Copy method to populate the builder with values from the given instance.
-