Uses of Class
com.oracle.bmc.database.model.Update.LastUpdateMode
-
Packages that use Update.LastUpdateMode Package Description com.oracle.bmc.database.model -
-
Uses of Update.LastUpdateMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Update.LastUpdateMode Modifier and Type Method Description static Update.LastUpdateModeUpdate.LastUpdateMode. create(String key)Update.LastUpdateModeUpdate. getLastUpdateMode()The previous update mode performed (only valid for OS Updates).static Update.LastUpdateModeUpdate.LastUpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Update.LastUpdateMode[]Update.LastUpdateMode. 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 Update.LastUpdateMode Modifier and Type Method Description Update.BuilderUpdate.Builder. lastUpdateMode(Update.LastUpdateMode lastUpdateMode)The previous update mode performed (only valid for OS Updates).Constructors in com.oracle.bmc.database.model with parameters of type Update.LastUpdateMode Constructor Description Update(String id, String description, Update.LastAction lastAction, List<Update.AvailableActions> availableActions, Update.LastUpdateMode lastUpdateMode, List<Update.AvailableUpdateModes> availableUpdateModes, String oracleLinuxVersion, Update.UpdateType updateType, String lifecycleDetails, Update.LifecycleState lifecycleState, Date timeReleased, String version)Deprecated.
-