Uses of Class
com.oracle.bmc.mysql.requests.UpdateDbSystemRequest
-
Packages that use UpdateDbSystemRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of UpdateDbSystemRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type UpdateDbSystemRequest Modifier and Type Method Description UpdateDbSystemResponse
DbSystem. updateDbSystem(UpdateDbSystemRequest request)
Update the configuration of a DB System.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)
UpdateDbSystemResponse
DbSystemClient. updateDbSystem(UpdateDbSystemRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type UpdateDbSystemRequest 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 UpdateDbSystemRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.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.mysql.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.
-