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