Uses of Class
com.oracle.bmc.database.model.DbSystemOsPatchHistoryEntrySummary.Action
-
Packages that use DbSystemOsPatchHistoryEntrySummary.Action Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbSystemOsPatchHistoryEntrySummary.Action in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOsPatchHistoryEntrySummary.Action Modifier and Type Method Description static DbSystemOsPatchHistoryEntrySummary.ActionDbSystemOsPatchHistoryEntrySummary.Action. create(String key)DbSystemOsPatchHistoryEntrySummary.ActionDbSystemOsPatchHistoryEntrySummary. getAction()The action being performed or was completed.static DbSystemOsPatchHistoryEntrySummary.ActionDbSystemOsPatchHistoryEntrySummary.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystemOsPatchHistoryEntrySummary.Action[]DbSystemOsPatchHistoryEntrySummary.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 DbSystemOsPatchHistoryEntrySummary.Action Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummary.BuilderDbSystemOsPatchHistoryEntrySummary.Builder. action(DbSystemOsPatchHistoryEntrySummary.Action action)The action being performed or was completed.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchHistoryEntrySummary.Action Constructor Description DbSystemOsPatchHistoryEntrySummary(DbSystemOsPatchHistoryEntrySummary.Action action, String dbSystemId, String id, DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, DbSystemOsPatchDetailsCollection osPatchDetails, Date timeStarted, Date timeEnded)Deprecated. -
Uses of DbSystemOsPatchHistoryEntrySummary.Action in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbSystemOsPatchHistoryEntrySummary.Action Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummary.ActionListDbSystemOsPatchHistoryEntriesRequest. getAction()A filter to return only OS patch history entries that match the specified OS patch action.Methods in com.oracle.bmc.database.requests with parameters of type DbSystemOsPatchHistoryEntrySummary.Action Modifier and Type Method Description ListDbSystemOsPatchHistoryEntriesRequest.BuilderListDbSystemOsPatchHistoryEntriesRequest.Builder. action(DbSystemOsPatchHistoryEntrySummary.Action action)A filter to return only OS patch history entries that match the specified OS patch action.
-