Uses of Class
com.oracle.bmc.database.model.DbSystemOsPatchHistoryEntrySummary
-
Packages that use DbSystemOsPatchHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of DbSystemOsPatchHistoryEntrySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DbSystemOsPatchHistoryEntrySummary Modifier and Type Method Description Iterable<DbSystemOsPatchHistoryEntrySummary>DatabasePaginators. listDbSystemOsPatchHistoryEntriesRecordIterator(ListDbSystemOsPatchHistoryEntriesRequest request)Creates a new iterable which will iterate over theDbSystemOsPatchHistoryEntrySummaryobjects contained in responses from the listDbSystemOsPatchHistoryEntries operation. -
Uses of DbSystemOsPatchHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOsPatchHistoryEntrySummary Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummaryDbSystemOsPatchHistoryEntrySummary.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type DbSystemOsPatchHistoryEntrySummary Modifier and Type Method Description List<DbSystemOsPatchHistoryEntrySummary>DbSystemOsPatchHistoryEntryCollection. getItems()Array of OS patch history entry summaries.Methods in com.oracle.bmc.database.model with parameters of type DbSystemOsPatchHistoryEntrySummary Modifier and Type Method Description DbSystemOsPatchHistoryEntrySummary.BuilderDbSystemOsPatchHistoryEntrySummary.Builder. copy(DbSystemOsPatchHistoryEntrySummary model)Method parameters in com.oracle.bmc.database.model with type arguments of type DbSystemOsPatchHistoryEntrySummary Modifier and Type Method Description DbSystemOsPatchHistoryEntryCollection.BuilderDbSystemOsPatchHistoryEntryCollection.Builder. items(List<DbSystemOsPatchHistoryEntrySummary> items)Array of OS patch history entry summaries.Constructor parameters in com.oracle.bmc.database.model with type arguments of type DbSystemOsPatchHistoryEntrySummary Constructor Description DbSystemOsPatchHistoryEntryCollection(List<DbSystemOsPatchHistoryEntrySummary> items)Deprecated.
-