Uses of Class
com.oracle.bmc.database.model.DatabaseUpgradeHistoryEntry.Action
-
Packages that use DatabaseUpgradeHistoryEntry.Action Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseUpgradeHistoryEntry.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseUpgradeHistoryEntry.Action Modifier and Type Method Description static DatabaseUpgradeHistoryEntry.Action
DatabaseUpgradeHistoryEntry.Action. create(String key)
DatabaseUpgradeHistoryEntry.Action
DatabaseUpgradeHistoryEntry. getAction()
The database upgrade action.static DatabaseUpgradeHistoryEntry.Action
DatabaseUpgradeHistoryEntry.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseUpgradeHistoryEntry.Action[]
DatabaseUpgradeHistoryEntry.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 DatabaseUpgradeHistoryEntry.Action Modifier and Type Method Description DatabaseUpgradeHistoryEntry.Builder
DatabaseUpgradeHistoryEntry.Builder. action(DatabaseUpgradeHistoryEntry.Action action)
The database upgrade action.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseUpgradeHistoryEntry.Action Constructor Description DatabaseUpgradeHistoryEntry(String id, DatabaseUpgradeHistoryEntry.Action action, DatabaseUpgradeHistoryEntry.Source source, DatabaseUpgradeHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, String targetDBVersion, String targetDatabaseSoftwareImageId, String targetDbHomeId, String sourceDbHomeId, Date timeStarted, Date timeEnded, String options)
Deprecated.
-