Uses of Class
com.oracle.bmc.mysql.requests.StopDbSystemRequest
-
Packages that use StopDbSystemRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of StopDbSystemRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type StopDbSystemRequest Modifier and Type Method Description StopDbSystemResponse
DbSystem. stopDbSystem(StopDbSystemRequest request)
Stops the specified DB System.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)
StopDbSystemResponse
DbSystemClient. stopDbSystem(StopDbSystemRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type StopDbSystemRequest 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 StopDbSystemRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return StopDbSystemRequest Modifier and Type Method Description StopDbSystemRequest
StopDbSystemRequest.Builder. build()
Build the instance of StopDbSystemRequest as configured by this builderStopDbSystemRequest
StopDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopDbSystemRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type StopDbSystemRequest Modifier and Type Method Description StopDbSystemRequest.Builder
StopDbSystemRequest.Builder. copy(StopDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-