Uses of Class
com.oracle.bmc.healthchecks.model.PingMonitor
-
Packages that use PingMonitor Package Description com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses -
-
Uses of PingMonitor in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return PingMonitor Modifier and Type Method Description PingMonitor
PingMonitor.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type PingMonitor Modifier and Type Method Description PingMonitor.Builder
PingMonitor.Builder. copy(PingMonitor model)
-
Uses of PingMonitor in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return PingMonitor Modifier and Type Method Description PingMonitor
CreatePingMonitorResponse. getPingMonitor()
The returned PingMonitor instance.PingMonitor
GetPingMonitorResponse. getPingMonitor()
The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()
is true.PingMonitor
UpdatePingMonitorResponse. getPingMonitor()
The returned PingMonitor instance.Methods in com.oracle.bmc.healthchecks.responses with parameters of type PingMonitor Modifier and Type Method Description CreatePingMonitorResponse.Builder
CreatePingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor instance.GetPingMonitorResponse.Builder
GetPingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()
is true.UpdatePingMonitorResponse.Builder
UpdatePingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)
The returned PingMonitor instance.
-