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