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