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