Uses of Class
com.oracle.bmc.database.responses.UpdateDbSystemResponse
-
Packages that use UpdateDbSystemResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of UpdateDbSystemResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse
Database. updateDbSystem(UpdateDbSystemRequest request)
Updates the properties of the specified DB system.UpdateDbSystemResponse
DatabaseClient. updateDbSystem(UpdateDbSystemRequest request)
Methods in com.oracle.bmc.database that return types with arguments of type UpdateDbSystemResponse 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.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)
Method parameters in com.oracle.bmc.database with type arguments of type UpdateDbSystemResponse 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 UpdateDbSystemResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse
UpdateDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse.Builder
UpdateDbSystemResponse.Builder. copy(UpdateDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-