Uses of Class
com.oracle.bmc.database.model.UpdateHistoryEntry.LifecycleState
-
Packages that use UpdateHistoryEntry.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of UpdateHistoryEntry.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateHistoryEntry.LifecycleState Modifier and Type Method Description static UpdateHistoryEntry.LifecycleState
UpdateHistoryEntry.LifecycleState. create(String key)
UpdateHistoryEntry.LifecycleState
UpdateHistoryEntry. getLifecycleState()
The current lifecycle state of the maintenance update operation.static UpdateHistoryEntry.LifecycleState
UpdateHistoryEntry.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateHistoryEntry.LifecycleState[]
UpdateHistoryEntry.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 UpdateHistoryEntry.LifecycleState Modifier and Type Method Description UpdateHistoryEntry.Builder
UpdateHistoryEntry.Builder. lifecycleState(UpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.Constructors in com.oracle.bmc.database.model with parameters of type UpdateHistoryEntry.LifecycleState Constructor Description UpdateHistoryEntry(String id, String updateId, UpdateHistoryEntry.UpdateAction updateAction, UpdateHistoryEntry.UpdateType updateType, UpdateHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeCompleted)
Deprecated.
-