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