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