Uses of Class
com.oracle.bmc.mysql.model.StopDbSystemDetails
-
Packages that use StopDbSystemDetails Package Description com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of StopDbSystemDetails in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return StopDbSystemDetails Modifier and Type Method Description StopDbSystemDetails
StopDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type StopDbSystemDetails Modifier and Type Method Description StopDbSystemDetails.Builder
StopDbSystemDetails.Builder. copy(StopDbSystemDetails model)
-
Uses of StopDbSystemDetails in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return StopDbSystemDetails Modifier and Type Method Description StopDbSystemDetails
StopDbSystemRequest. getBody$()
Alternative accessor for the body parameter.StopDbSystemDetails
StopDbSystemRequest. getStopDbSystemDetails()
Optional parameters for the stop action.Methods in com.oracle.bmc.mysql.requests with parameters of type StopDbSystemDetails Modifier and Type Method Description StopDbSystemRequest.Builder
StopDbSystemRequest.Builder. body$(StopDbSystemDetails body)
Alternative setter for the body parameter.StopDbSystemRequest.Builder
StopDbSystemRequest.Builder. stopDbSystemDetails(StopDbSystemDetails stopDbSystemDetails)
Optional parameters for the stop action.
-