Uses of Class
com.oracle.bmc.healthchecks.model.CreateOnDemandHttpProbeDetails
-
Packages that use CreateOnDemandHttpProbeDetails Package Description com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.requests -
-
Uses of CreateOnDemandHttpProbeDetails in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return CreateOnDemandHttpProbeDetails Modifier and Type Method Description CreateOnDemandHttpProbeDetails
CreateOnDemandHttpProbeDetails.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type CreateOnDemandHttpProbeDetails Modifier and Type Method Description CreateOnDemandHttpProbeDetails.Builder
CreateOnDemandHttpProbeDetails.Builder. copy(CreateOnDemandHttpProbeDetails model)
-
Uses of CreateOnDemandHttpProbeDetails in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return CreateOnDemandHttpProbeDetails Modifier and Type Method Description CreateOnDemandHttpProbeDetails
CreateOnDemandHttpProbeRequest. getBody$()
Alternative accessor for the body parameter.CreateOnDemandHttpProbeDetails
CreateOnDemandHttpProbeRequest. getCreateOnDemandHttpProbeDetails()
The configuration of the HTTP probe.Methods in com.oracle.bmc.healthchecks.requests with parameters of type CreateOnDemandHttpProbeDetails Modifier and Type Method Description CreateOnDemandHttpProbeRequest.Builder
CreateOnDemandHttpProbeRequest.Builder. body$(CreateOnDemandHttpProbeDetails body)
Alternative setter for the body parameter.CreateOnDemandHttpProbeRequest.Builder
CreateOnDemandHttpProbeRequest.Builder. createOnDemandHttpProbeDetails(CreateOnDemandHttpProbeDetails createOnDemandHttpProbeDetails)
The configuration of the HTTP probe.
-