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