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