Uses of Class
com.oracle.bmc.database.model.UpdateHistoryEntrySummary.UpdateAction
-
Packages that use UpdateHistoryEntrySummary.UpdateAction Package Description com.oracle.bmc.database.model -
-
Uses of UpdateHistoryEntrySummary.UpdateAction in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateHistoryEntrySummary.UpdateAction Modifier and Type Method Description static UpdateHistoryEntrySummary.UpdateActionUpdateHistoryEntrySummary.UpdateAction. create(String key)UpdateHistoryEntrySummary.UpdateActionUpdateHistoryEntrySummary. getUpdateAction()The update action.static UpdateHistoryEntrySummary.UpdateActionUpdateHistoryEntrySummary.UpdateAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateHistoryEntrySummary.UpdateAction[]UpdateHistoryEntrySummary.UpdateAction. 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.UpdateAction Modifier and Type Method Description UpdateHistoryEntrySummary.BuilderUpdateHistoryEntrySummary.Builder. updateAction(UpdateHistoryEntrySummary.UpdateAction updateAction)The update action.Constructors in com.oracle.bmc.database.model with parameters of type UpdateHistoryEntrySummary.UpdateAction 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.
-