Uses of Class
com.oracle.bmc.database.responses.GetDatabaseUpgradeHistoryEntryResponse
-
Packages that use GetDatabaseUpgradeHistoryEntryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of GetDatabaseUpgradeHistoryEntryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return GetDatabaseUpgradeHistoryEntryResponse Modifier and Type Method Description GetDatabaseUpgradeHistoryEntryResponse
Database. getDatabaseUpgradeHistoryEntry(GetDatabaseUpgradeHistoryEntryRequest request)
gets the upgrade history for a specified database.GetDatabaseUpgradeHistoryEntryResponse
DatabaseClient. getDatabaseUpgradeHistoryEntry(GetDatabaseUpgradeHistoryEntryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetDatabaseUpgradeHistoryEntryResponse Modifier and Type Method Description Future<GetDatabaseUpgradeHistoryEntryResponse>
DatabaseAsync. getDatabaseUpgradeHistoryEntry(GetDatabaseUpgradeHistoryEntryRequest request, AsyncHandler<GetDatabaseUpgradeHistoryEntryRequest,GetDatabaseUpgradeHistoryEntryResponse> handler)
gets the upgrade history for a specified database.Future<GetDatabaseUpgradeHistoryEntryResponse>
DatabaseAsyncClient. getDatabaseUpgradeHistoryEntry(GetDatabaseUpgradeHistoryEntryRequest request, AsyncHandler<GetDatabaseUpgradeHistoryEntryRequest,GetDatabaseUpgradeHistoryEntryResponse> handler)
-
Uses of GetDatabaseUpgradeHistoryEntryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return GetDatabaseUpgradeHistoryEntryResponse Modifier and Type Method Description GetDatabaseUpgradeHistoryEntryResponse
GetDatabaseUpgradeHistoryEntryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetDatabaseUpgradeHistoryEntryResponse Modifier and Type Method Description GetDatabaseUpgradeHistoryEntryResponse.Builder
GetDatabaseUpgradeHistoryEntryResponse.Builder. copy(GetDatabaseUpgradeHistoryEntryResponse o)
Copy method to populate the builder with values from the given instance.
-