Uses of Class
com.oracle.bmc.database.responses.UpgradeDbSystemResponse
-
Packages that use UpgradeDbSystemResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpgradeDbSystemResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpgradeDbSystemResponse Modifier and Type Method Description UpgradeDbSystemResponse
Database. upgradeDbSystem(UpgradeDbSystemRequest request)
Upgrades the operating system and grid infrastructure of the DB system.UpgradeDbSystemResponse
DatabaseClient. upgradeDbSystem(UpgradeDbSystemRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpgradeDbSystemResponse Modifier and Type Method Description Waiter<UpgradeDbSystemRequest,UpgradeDbSystemResponse>
DatabaseWaiters. forUpgradeDbSystem(UpgradeDbSystemRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpgradeDbSystemRequest,UpgradeDbSystemResponse>
DatabaseWaiters. forUpgradeDbSystem(UpgradeDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Future<UpgradeDbSystemResponse>
DatabaseAsync. upgradeDbSystem(UpgradeDbSystemRequest request, AsyncHandler<UpgradeDbSystemRequest,UpgradeDbSystemResponse> handler)
Upgrades the operating system and grid infrastructure of the DB system.Future<UpgradeDbSystemResponse>
DatabaseAsyncClient. upgradeDbSystem(UpgradeDbSystemRequest request, AsyncHandler<UpgradeDbSystemRequest,UpgradeDbSystemResponse> handler)
Method parameters in com.oracle.bmc.database with type arguments of type UpgradeDbSystemResponse Modifier and Type Method Description Future<UpgradeDbSystemResponse>
DatabaseAsync. upgradeDbSystem(UpgradeDbSystemRequest request, AsyncHandler<UpgradeDbSystemRequest,UpgradeDbSystemResponse> handler)
Upgrades the operating system and grid infrastructure of the DB system.Future<UpgradeDbSystemResponse>
DatabaseAsyncClient. upgradeDbSystem(UpgradeDbSystemRequest request, AsyncHandler<UpgradeDbSystemRequest,UpgradeDbSystemResponse> handler)
-
Uses of UpgradeDbSystemResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpgradeDbSystemResponse Modifier and Type Method Description UpgradeDbSystemResponse
UpgradeDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpgradeDbSystemResponse Modifier and Type Method Description UpgradeDbSystemResponse.Builder
UpgradeDbSystemResponse.Builder. copy(UpgradeDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-