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