Uses of Class
com.oracle.bmc.database.model.DbSystemOsPatchDetailsCollection
-
Packages that use DbSystemOsPatchDetailsCollection Package Description com.oracle.bmc.database.model -
-
Uses of DbSystemOsPatchDetailsCollection in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOsPatchDetailsCollection Modifier and Type Method Description DbSystemOsPatchDetailsCollectionDbSystemOsPatchDetailsCollection.Builder. build()DbSystemOsPatchDetailsCollectionDbSystemOsPatchHistoryEntry. getOsPatchDetails()DbSystemOsPatchDetailsCollectionDbSystemOsPatchHistoryEntrySummary. getOsPatchDetails()Methods in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchDetailsCollection Modifier and Type Method Description DbSystemOsPatchDetailsCollection.BuilderDbSystemOsPatchDetailsCollection.Builder. copy(DbSystemOsPatchDetailsCollection model)DbSystemOsPatchHistoryEntry.BuilderDbSystemOsPatchHistoryEntry.Builder. osPatchDetails(DbSystemOsPatchDetailsCollection osPatchDetails)DbSystemOsPatchHistoryEntrySummary.BuilderDbSystemOsPatchHistoryEntrySummary.Builder. osPatchDetails(DbSystemOsPatchDetailsCollection osPatchDetails)Constructors in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchDetailsCollection Constructor Description DbSystemOsPatchHistoryEntry(DbSystemOsPatchHistoryEntry.Action action, String dbSystemId, String id, DbSystemOsPatchHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, DbSystemOsPatchDetailsCollection osPatchDetails, Date timeStarted, Date timeEnded)Deprecated.DbSystemOsPatchHistoryEntrySummary(DbSystemOsPatchHistoryEntrySummary.Action action, String dbSystemId, String id, DbSystemOsPatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, DbSystemOsPatchDetailsCollection osPatchDetails, Date timeStarted, Date timeEnded)Deprecated.
-