Uses of Class
com.oracle.bmc.mysql.model.HeatWaveNode.LifecycleState
-
Packages that use HeatWaveNode.LifecycleState Package Description com.oracle.bmc.mysql.model -
-
Uses of HeatWaveNode.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return HeatWaveNode.LifecycleState Modifier and Type Method Description static HeatWaveNode.LifecycleState
HeatWaveNode.LifecycleState. create(String key)
HeatWaveNode.LifecycleState
HeatWaveNode. getLifecycleState()
The current state of the MySQL HeatWave node.static HeatWaveNode.LifecycleState
HeatWaveNode.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeatWaveNode.LifecycleState[]
HeatWaveNode.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type HeatWaveNode.LifecycleState Modifier and Type Method Description HeatWaveNode.Builder
HeatWaveNode.Builder. lifecycleState(HeatWaveNode.LifecycleState lifecycleState)
The current state of the MySQL HeatWave node.Constructors in com.oracle.bmc.mysql.model with parameters of type HeatWaveNode.LifecycleState Constructor Description HeatWaveNode(String nodeId, HeatWaveNode.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-