Uses of Class
com.oracle.bmc.healthchecks.model.ChangePingMonitorCompartmentDetails
-
Packages that use ChangePingMonitorCompartmentDetails Package Description com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.requests -
-
Uses of ChangePingMonitorCompartmentDetails in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return ChangePingMonitorCompartmentDetails Modifier and Type Method Description ChangePingMonitorCompartmentDetails
ChangePingMonitorCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type ChangePingMonitorCompartmentDetails Modifier and Type Method Description ChangePingMonitorCompartmentDetails.Builder
ChangePingMonitorCompartmentDetails.Builder. copy(ChangePingMonitorCompartmentDetails model)
-
Uses of ChangePingMonitorCompartmentDetails in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ChangePingMonitorCompartmentDetails Modifier and Type Method Description ChangePingMonitorCompartmentDetails
ChangePingMonitorCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangePingMonitorCompartmentDetails
ChangePingMonitorCompartmentRequest. getChangePingMonitorCompartmentDetails()
The details needed to move the monitor.Methods in com.oracle.bmc.healthchecks.requests with parameters of type ChangePingMonitorCompartmentDetails Modifier and Type Method Description ChangePingMonitorCompartmentRequest.Builder
ChangePingMonitorCompartmentRequest.Builder. body$(ChangePingMonitorCompartmentDetails body)
Alternative setter for the body parameter.ChangePingMonitorCompartmentRequest.Builder
ChangePingMonitorCompartmentRequest.Builder. changePingMonitorCompartmentDetails(ChangePingMonitorCompartmentDetails changePingMonitorCompartmentDetails)
The details needed to move the monitor.
-