Uses of Class
com.oracle.bmc.healthchecks.responses.CreateOnDemandHttpProbeResponse
- 
Packages that use CreateOnDemandHttpProbeResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses 
- 
- 
Uses of CreateOnDemandHttpProbeResponse in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks that return CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponseHealthChecks. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request)Creates an on-demand HTTP probe.CreateOnDemandHttpProbeResponseHealthChecksClient. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request)Methods in com.oracle.bmc.healthchecks that return types with arguments of type CreateOnDemandHttpProbeResponse Modifier and Type Method Description Future<CreateOnDemandHttpProbeResponse>HealthChecksAsync. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request, AsyncHandler<CreateOnDemandHttpProbeRequest,CreateOnDemandHttpProbeResponse> handler)Creates an on-demand HTTP probe.Future<CreateOnDemandHttpProbeResponse>HealthChecksAsyncClient. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request, AsyncHandler<CreateOnDemandHttpProbeRequest,CreateOnDemandHttpProbeResponse> handler)Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateOnDemandHttpProbeResponse Modifier and Type Method Description Future<CreateOnDemandHttpProbeResponse>HealthChecksAsync. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request, AsyncHandler<CreateOnDemandHttpProbeRequest,CreateOnDemandHttpProbeResponse> handler)Creates an on-demand HTTP probe.Future<CreateOnDemandHttpProbeResponse>HealthChecksAsyncClient. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request, AsyncHandler<CreateOnDemandHttpProbeRequest,CreateOnDemandHttpProbeResponse> handler)
- 
Uses of CreateOnDemandHttpProbeResponse in com.oracle.bmc.healthchecks.responsesMethods in com.oracle.bmc.healthchecks.responses that return CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponseCreateOnDemandHttpProbeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponse.BuilderCreateOnDemandHttpProbeResponse.Builder. copy(CreateOnDemandHttpProbeResponse o)Copy method to populate the builder with values from the given instance.
 
-