Uses of Class
com.oracle.bmc.nosql.model.Table.LifecycleState
-
Packages that use Table.LifecycleState Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.model -
-
Uses of Table.LifecycleState in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type Table.LifecycleState Modifier and Type Method Description Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, Table.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, Table.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTableRequest,GetTableResponse>
NosqlWaiters. forTable(GetTableRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Table.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Table.LifecycleState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Table.LifecycleState Modifier and Type Method Description static Table.LifecycleState
Table.LifecycleState. create(String key)
Table.LifecycleState
Table. getLifecycleState()
The state of a table.Table.LifecycleState
TableSummary. getLifecycleState()
The state of a table.static Table.LifecycleState
Table.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.LifecycleState[]
Table.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 Table.LifecycleState Modifier and Type Method Description Table.Builder
Table.Builder. lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.TableSummary.Builder
TableSummary.Builder. lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.Constructors in com.oracle.bmc.nosql.model with parameters of type Table.LifecycleState Constructor Description Table(String id, String name, String compartmentId, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, Boolean isAutoReclaimable, Date timeOfExpiration, String lifecycleDetails, Schema schema, String ddlStatement, Table.SchemaState schemaState, Boolean isMultiRegion, Integer localReplicaInitializationInPercent, List<Replica> replicas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TableSummary(String id, String compartmentId, String name, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, String lifecycleDetails, Boolean isAutoReclaimable, Date timeOfExpiration, TableSummary.SchemaState schemaState, Boolean isMultiRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-