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.modelMethods in com.oracle.bmc.healthchecks.model that return PingMonitor Modifier and Type Method Description PingMonitorPingMonitor.Builder. build()Methods in com.oracle.bmc.healthchecks.model with parameters of type PingMonitor Modifier and Type Method Description PingMonitor.BuilderPingMonitor.Builder. copy(PingMonitor model)
- 
Uses of PingMonitor in com.oracle.bmc.healthchecks.responsesMethods in com.oracle.bmc.healthchecks.responses that return PingMonitor Modifier and Type Method Description PingMonitorCreatePingMonitorResponse. getPingMonitor()The returned PingMonitor instance.PingMonitorGetPingMonitorResponse. getPingMonitor()The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()is true.PingMonitorUpdatePingMonitorResponse. getPingMonitor()The returned PingMonitor instance.Methods in com.oracle.bmc.healthchecks.responses with parameters of type PingMonitor Modifier and Type Method Description CreatePingMonitorResponse.BuilderCreatePingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)The returned PingMonitor instance.GetPingMonitorResponse.BuilderGetPingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)The returned PingMonitor instance, or null ifGetPingMonitorResponse.isNotModified()is true.UpdatePingMonitorResponse.BuilderUpdatePingMonitorResponse.Builder. pingMonitor(PingMonitor pingMonitor)The returned PingMonitor instance.
 
-