Uses of Class
com.oracle.bmc.healthchecks.model.PingProbe
-
Packages that use PingProbe Package Description com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses -
-
Uses of PingProbe in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return PingProbe Modifier and Type Method Description PingProbe
PingProbe.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type PingProbe Modifier and Type Method Description PingProbe.Builder
PingProbe.Builder. copy(PingProbe model)
-
Uses of PingProbe in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return PingProbe Modifier and Type Method Description PingProbe
CreateOnDemandPingProbeResponse. getPingProbe()
The returned PingProbe instance.Methods in com.oracle.bmc.healthchecks.responses with parameters of type PingProbe Modifier and Type Method Description CreateOnDemandPingProbeResponse.Builder
CreateOnDemandPingProbeResponse.Builder. pingProbe(PingProbe pingProbe)
The returned PingProbe instance.
-