Uses of Class
com.oracle.bmc.database.model.Update.LifecycleState
-
Packages that use Update.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of Update.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Update.LifecycleState Modifier and Type Method Description static Update.LifecycleState
Update.LifecycleState. create(String key)
Update.LifecycleState
Update. getLifecycleState()
The current state of the maintenance update.static Update.LifecycleState
Update.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Update.LifecycleState[]
Update.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 Update.LifecycleState Modifier and Type Method Description Update.Builder
Update.Builder. lifecycleState(Update.LifecycleState lifecycleState)
The current state of the maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type Update.LifecycleState Constructor Description Update(String id, String description, Update.LastAction lastAction, List<Update.AvailableActions> availableActions, Update.UpdateType updateType, String lifecycleDetails, Update.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-