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