Uses of Class
com.oracle.bmc.database.model.DatabaseUpgradeHistoryEntrySummary
-
Packages that use DatabaseUpgradeHistoryEntrySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of DatabaseUpgradeHistoryEntrySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type DatabaseUpgradeHistoryEntrySummary Modifier and Type Method Description Iterable<DatabaseUpgradeHistoryEntrySummary>
DatabasePaginators. listDatabaseUpgradeHistoryEntriesRecordIterator(ListDatabaseUpgradeHistoryEntriesRequest request)
Creates a new iterable which will iterate over theDatabaseUpgradeHistoryEntrySummary
objects contained in responses from the listDatabaseUpgradeHistoryEntries operation. -
Uses of DatabaseUpgradeHistoryEntrySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseUpgradeHistoryEntrySummary Modifier and Type Method Description DatabaseUpgradeHistoryEntrySummary
DatabaseUpgradeHistoryEntrySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type DatabaseUpgradeHistoryEntrySummary Modifier and Type Method Description DatabaseUpgradeHistoryEntrySummary.Builder
DatabaseUpgradeHistoryEntrySummary.Builder. copy(DatabaseUpgradeHistoryEntrySummary model)
-
Uses of DatabaseUpgradeHistoryEntrySummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type DatabaseUpgradeHistoryEntrySummary Modifier and Type Method Description List<DatabaseUpgradeHistoryEntrySummary>
ListDatabaseUpgradeHistoryEntriesResponse. getItems()
A list of com.oracle.bmc.database.model.DatabaseUpgradeHistoryEntrySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type DatabaseUpgradeHistoryEntrySummary Modifier and Type Method Description ListDatabaseUpgradeHistoryEntriesResponse.Builder
ListDatabaseUpgradeHistoryEntriesResponse.Builder. items(List<DatabaseUpgradeHistoryEntrySummary> items)
A list of com.oracle.bmc.database.model.DatabaseUpgradeHistoryEntrySummary instances.
-