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