Uses of Class
com.oracle.bmc.nosql.model.Index.LifecycleState
-
Packages that use Index.LifecycleState Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.model -
-
Uses of Index.LifecycleState in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type Index.LifecycleState 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. -
Uses of Index.LifecycleState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Index.LifecycleState Modifier and Type Method Description static Index.LifecycleState
Index.LifecycleState. create(String key)
Index.LifecycleState
Index. getLifecycleState()
The state of an index.Index.LifecycleState
IndexSummary. getLifecycleState()
The state of an index.static Index.LifecycleState
Index.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Index.LifecycleState[]
Index.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.model with parameters of type Index.LifecycleState Modifier and Type Method Description Index.Builder
Index.Builder. lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.IndexSummary.Builder
IndexSummary.Builder. lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.Constructors in com.oracle.bmc.nosql.model with parameters of type Index.LifecycleState Constructor Description Index(String name, String compartmentId, String tableName, String tableId, List<IndexKey> keys, Index.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.IndexSummary(String name, List<IndexKey> keys, Index.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-