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