Uses of Class
com.oracle.bmc.database.requests.UpgradeDbSystemRequest
-
Packages that use UpgradeDbSystemRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpgradeDbSystemRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpgradeDbSystemRequest 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.Method parameters in com.oracle.bmc.database with type arguments of type UpgradeDbSystemRequest 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 UpgradeDbSystemRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpgradeDbSystemRequest Modifier and Type Method Description UpgradeDbSystemRequest
UpgradeDbSystemRequest.Builder. build()
Build the instance of UpgradeDbSystemRequest as configured by this builderUpgradeDbSystemRequest
UpgradeDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpgradeDbSystemRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpgradeDbSystemRequest Modifier and Type Method Description UpgradeDbSystemRequest.Builder
UpgradeDbSystemRequest.Builder. copy(UpgradeDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-