Uses of Class
com.oracle.bmc.database.model.PatchHistoryEntry.LifecycleState
-
Packages that use PatchHistoryEntry.LifecycleState Package Description com.oracle.bmc.database.model -
-
Uses of PatchHistoryEntry.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return PatchHistoryEntry.LifecycleState Modifier and Type Method Description static PatchHistoryEntry.LifecycleState
PatchHistoryEntry.LifecycleState. create(String key)
PatchHistoryEntry.LifecycleState
PatchHistoryEntry. getLifecycleState()
The current state of the action.static PatchHistoryEntry.LifecycleState
PatchHistoryEntry.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchHistoryEntry.LifecycleState[]
PatchHistoryEntry.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 PatchHistoryEntry.LifecycleState Modifier and Type Method Description PatchHistoryEntry.Builder
PatchHistoryEntry.Builder. lifecycleState(PatchHistoryEntry.LifecycleState lifecycleState)
The current state of the action.Constructors in com.oracle.bmc.database.model with parameters of type PatchHistoryEntry.LifecycleState Constructor Description PatchHistoryEntry(String id, String patchId, PatchHistoryEntry.Action action, PatchHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntry.PatchType patchType)
Deprecated.
-