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.model
Methods in com.oracle.bmc.mysql.model that return RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetails
RestartDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetails.Builder
RestartDbSystemDetails.Builder. copy(RestartDbSystemDetails model)
-
Uses of RestartDbSystemDetails in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return RestartDbSystemDetails Modifier and Type Method Description RestartDbSystemDetails
RestartDbSystemRequest. getBody$()
Alternative accessor for the body parameter.RestartDbSystemDetails
RestartDbSystemRequest. 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.Builder
RestartDbSystemRequest.Builder. body$(RestartDbSystemDetails body)
Alternative setter for the body parameter.RestartDbSystemRequest.Builder
RestartDbSystemRequest.Builder. restartDbSystemDetails(RestartDbSystemDetails restartDbSystemDetails)
Optional parameters for the stop portion of the restart action.
-