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