Uses of Class
com.oracle.bmc.mysql.model.HeatWaveCluster.LifecycleState
-
Packages that use HeatWaveCluster.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model -
-
Uses of HeatWaveCluster.LifecycleState in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type HeatWaveCluster.LifecycleState Modifier and Type Method Description Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse>
DbSystemWaiters. forHeatWaveCluster(GetHeatWaveClusterRequest request, HeatWaveCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse>
DbSystemWaiters. forHeatWaveCluster(GetHeatWaveClusterRequest request, HeatWaveCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetHeatWaveClusterRequest,GetHeatWaveClusterResponse>
DbSystemWaiters. forHeatWaveCluster(GetHeatWaveClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, HeatWaveCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of HeatWaveCluster.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return HeatWaveCluster.LifecycleState Modifier and Type Method Description static HeatWaveCluster.LifecycleState
HeatWaveCluster.LifecycleState. create(String key)
HeatWaveCluster.LifecycleState
HeatWaveCluster. getLifecycleState()
The current state of the HeatWave cluster.HeatWaveCluster.LifecycleState
HeatWaveClusterSummary. getLifecycleState()
The current state of the MySQL HeatWave cluster.static HeatWaveCluster.LifecycleState
HeatWaveCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeatWaveCluster.LifecycleState[]
HeatWaveCluster.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 HeatWaveCluster.LifecycleState Modifier and Type Method Description HeatWaveCluster.Builder
HeatWaveCluster.Builder. lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the HeatWave cluster.HeatWaveClusterSummary.Builder
HeatWaveClusterSummary.Builder. lifecycleState(HeatWaveCluster.LifecycleState lifecycleState)
The current state of the MySQL HeatWave cluster.Constructors in com.oracle.bmc.mysql.model with parameters of type HeatWaveCluster.LifecycleState Constructor Description HeatWaveCluster(String dbSystemId, String shapeName, Integer clusterSize, Boolean isLakehouseEnabled, List<HeatWaveNode> clusterNodes, HeatWaveCluster.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated)
Deprecated.HeatWaveClusterSummary(String shapeName, Integer clusterSize, Boolean isLakehouseEnabled, HeatWaveCluster.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-