Uses of Class
com.oracle.bmc.healthchecks.model.HttpMonitor
-
Packages that use HttpMonitor Package Description com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses -
-
Uses of HttpMonitor in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return HttpMonitor Modifier and Type Method Description HttpMonitor
HttpMonitor.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type HttpMonitor Modifier and Type Method Description HttpMonitor.Builder
HttpMonitor.Builder. copy(HttpMonitor model)
-
Uses of HttpMonitor in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return HttpMonitor Modifier and Type Method Description HttpMonitor
CreateHttpMonitorResponse. getHttpMonitor()
The returned HttpMonitor instance.HttpMonitor
GetHttpMonitorResponse. getHttpMonitor()
The returned HttpMonitor instance, or null ifGetHttpMonitorResponse.isNotModified()
is true.HttpMonitor
UpdateHttpMonitorResponse. getHttpMonitor()
The returned HttpMonitor instance.Methods in com.oracle.bmc.healthchecks.responses with parameters of type HttpMonitor Modifier and Type Method Description CreateHttpMonitorResponse.Builder
CreateHttpMonitorResponse.Builder. httpMonitor(HttpMonitor httpMonitor)
The returned HttpMonitor instance.GetHttpMonitorResponse.Builder
GetHttpMonitorResponse.Builder. httpMonitor(HttpMonitor httpMonitor)
The returned HttpMonitor instance, or null ifGetHttpMonitorResponse.isNotModified()
is true.UpdateHttpMonitorResponse.Builder
UpdateHttpMonitorResponse.Builder. httpMonitor(HttpMonitor httpMonitor)
The returned HttpMonitor instance.
-