Uses of Class
com.oracle.bmc.mysql.responses.StopDbSystemResponse
-
Packages that use StopDbSystemResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of StopDbSystemResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponse
DbSystem. stopDbSystem(StopDbSystemRequest request)
Stops the specified DB System.StopDbSystemResponse
DbSystemClient. stopDbSystem(StopDbSystemRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type StopDbSystemResponse Modifier and Type Method Description Future<StopDbSystemResponse>
DbSystemAsync. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)
Stops the specified DB System.Future<StopDbSystemResponse>
DbSystemAsyncClient. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type StopDbSystemResponse Modifier and Type Method Description Future<StopDbSystemResponse>
DbSystemAsync. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)
Stops the specified DB System.Future<StopDbSystemResponse>
DbSystemAsyncClient. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)
-
Uses of StopDbSystemResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponse
StopDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponse.Builder
StopDbSystemResponse.Builder. copy(StopDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-