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