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