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