Uses of Class
com.oracle.bmc.database.model.Patch.LifecycleState
-
Packages that use Patch.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of Patch.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Patch.LifecycleState Modifier and Type Method Description static Patch.LifecycleState
Patch.LifecycleState. create(String key)
Patch.LifecycleState
Patch. getLifecycleState()
The current state of the patch as a result of lastAction.static Patch.LifecycleState
Patch.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Patch.LifecycleState[]
Patch.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type Patch.LifecycleState Modifier and Type Method Description Patch.Builder
Patch.Builder. lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.Constructors in com.oracle.bmc.database.model with parameters of type Patch.LifecycleState Constructor Description Patch(String id, String description, Patch.LastAction lastAction, List<Patch.AvailableActions> availableActions, String lifecycleDetails, Patch.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-