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