Uses of Class
com.oracle.bmc.nosql.model.Replica.LifecycleState
-
Packages that use Replica.LifecycleState Package Description com.oracle.bmc.nosql.model -
-
Uses of Replica.LifecycleState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Replica.LifecycleState Modifier and Type Method Description static Replica.LifecycleState
Replica.LifecycleState. create(String key)
Replica.LifecycleState
Replica. getLifecycleState()
The state of the replica.static Replica.LifecycleState
Replica.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replica.LifecycleState[]
Replica.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 Replica.LifecycleState Modifier and Type Method Description Replica.Builder
Replica.Builder. lifecycleState(Replica.LifecycleState lifecycleState)
The state of the replica.Constructors in com.oracle.bmc.nosql.model with parameters of type Replica.LifecycleState Constructor Description Replica(String region, String tableId, Integer maxWriteUnits, Replica.CapacityMode capacityMode, Replica.LifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-