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