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