Uses of Class
com.oracle.bmc.database.requests.UpdateDbSystemRequest
-
Packages that use UpdateDbSystemRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateDbSystemRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateDbSystemRequest Modifier and Type Method Description Waiter<UpdateDbSystemRequest,UpdateDbSystemResponse>
DatabaseWaiters. forUpdateDbSystem(UpdateDbSystemRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateDbSystemRequest,UpdateDbSystemResponse>
DatabaseWaiters. forUpdateDbSystem(UpdateDbSystemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateDbSystemRequest Modifier and Type Method Description Future<UpdateDbSystemResponse>
DatabaseAsync. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
Updates the properties of the specified DB system.Future<UpdateDbSystemResponse>
DatabaseAsyncClient. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
-
Uses of UpdateDbSystemRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemRequest
UpdateDbSystemRequest.Builder. build()
Build the instance of UpdateDbSystemRequest as configured by this builderUpdateDbSystemRequest
UpdateDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDbSystemRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemRequest.Builder
UpdateDbSystemRequest.Builder. copy(UpdateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-