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