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.database
Methods 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 theDbSystemUpgradeHistoryEntrySummary
objects contained in responses from the listDbSystemUpgradeHistoryEntries operation. -
Uses of DbSystemUpgradeHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummary
DbSystemUpgradeHistoryEntrySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type DbSystemUpgradeHistoryEntrySummary Modifier and Type Method Description DbSystemUpgradeHistoryEntrySummary.Builder
DbSystemUpgradeHistoryEntrySummary.Builder. copy(DbSystemUpgradeHistoryEntrySummary model)
-
Uses of DbSystemUpgradeHistoryEntrySummary in com.oracle.bmc.database.responses
Methods 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.Builder
ListDbSystemUpgradeHistoryEntriesResponse.Builder. items(List<DbSystemUpgradeHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.DbSystemUpgradeHistoryEntrySummary instances.
-