Uses of Class
com.oracle.bmc.mysql.responses.UpdateDbSystemResponse
- 
Packages that use UpdateDbSystemResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses 
- 
- 
Uses of UpdateDbSystemResponse in com.oracle.bmc.mysqlMethods in com.oracle.bmc.mysql that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponseDbSystem. updateDbSystem(UpdateDbSystemRequest request)Update the configuration of a DB System.UpdateDbSystemResponseDbSystemClient. updateDbSystem(UpdateDbSystemRequest request)Methods in com.oracle.bmc.mysql that return types with arguments of type UpdateDbSystemResponse Modifier and Type Method Description Future<UpdateDbSystemResponse>DbSystemAsync. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)Update the configuration of a DB System.Future<UpdateDbSystemResponse>DbSystemAsyncClient. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateDbSystemResponse Modifier and Type Method Description Future<UpdateDbSystemResponse>DbSystemAsync. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)Update the configuration of a DB System.Future<UpdateDbSystemResponse>DbSystemAsyncClient. updateDbSystem(UpdateDbSystemRequest request, AsyncHandler<UpdateDbSystemRequest,UpdateDbSystemResponse> handler)
- 
Uses of UpdateDbSystemResponse in com.oracle.bmc.mysql.responsesMethods in com.oracle.bmc.mysql.responses that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponseUpdateDbSystemResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse.BuilderUpdateDbSystemResponse.Builder. copy(UpdateDbSystemResponse o)Copy method to populate the builder with values from the given instance.
 
-