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.mysql
Methods in com.oracle.bmc.mysql that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse
DbSystem. updateDbSystem(UpdateDbSystemRequest request)
Update the configuration of a DB System.UpdateDbSystemResponse
DbSystemClient. 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.responses
Methods in com.oracle.bmc.mysql.responses that return UpdateDbSystemResponse Modifier and Type Method Description UpdateDbSystemResponse
UpdateDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.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.
-