Uses of Class
com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntrySummary
- 
Packages that use DbSystemUpgradeHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses 
- 
- 
Uses of DbSystemUpgradeHistoryEntrySummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description Iterable<DbSystemUpgradeHistoryEntrySummary>DatabasePaginators. listDbSystemUpgradeHistoryEntriesRecordIterator(ListDbSystemUpgradeHistoryEntriesRequest request)Creates a new iterable which will iterate over theDbSystemUpgradeHistoryEntrySummaryobjects contained in responses from the listDbSystemUpgradeHistoryEntries operation.
- 
Uses of DbSystemUpgradeHistoryEntrySummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummaryDbSystemUpgradeHistoryEntrySummary.Builder. build()Methods in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummary.BuilderDbSystemUpgradeHistoryEntrySummary.Builder. copy(DbSystemUpgradeHistoryEntrySummary model)
- 
Uses of DbSystemUpgradeHistoryEntrySummary in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return types with arguments of type DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description List<DbSystemUpgradeHistoryEntrySummary>ListDbSystemUpgradeHistoryEntriesResponse. getItems()A list of com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntrySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description ListDbSystemUpgradeHistoryEntriesResponse.BuilderListDbSystemUpgradeHistoryEntriesResponse.Builder. items(List<DbSystemUpgradeHistoryEntrySummary> items)A list of com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntrySummary instances.
 
-