Uses of Class
com.oracle.bmc.mysql.model.RestartDbSystemDetails
- 
Packages that use RestartDbSystemDetails Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests 
- 
- 
Uses of RestartDbSystemDetails in com.oracle.bmc.mysql.modelMethods in com.oracle.bmc.mysql.model that return RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetailsRestartDbSystemDetails.Builder. build()Methods in com.oracle.bmc.mysql.model with parameters of type RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetails.BuilderRestartDbSystemDetails.Builder. copy(RestartDbSystemDetails model)
- 
Uses of RestartDbSystemDetails in com.oracle.bmc.mysql.requestsMethods in com.oracle.bmc.mysql.requests that return RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetailsRestartDbSystemRequest. getBody$()Alternative accessor for the body parameter.RestartDbSystemDetailsRestartDbSystemRequest. getRestartDbSystemDetails()Optional parameters for the stop portion of the restart action.Methods in com.oracle.bmc.mysql.requests with parameters of type RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemRequest.BuilderRestartDbSystemRequest.Builder. body$(RestartDbSystemDetails body)Alternative setter for the body parameter.RestartDbSystemRequest.BuilderRestartDbSystemRequest.Builder. restartDbSystemDetails(RestartDbSystemDetails restartDbSystemDetails)Optional parameters for the stop portion of the restart action.
 
-