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.healthchecks
Methods in com.oracle.bmc.healthchecks that return CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponse
HealthChecks. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request)
Creates an on-demand HTTP probe.CreateOnDemandHttpProbeResponse
HealthChecksClient. 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.responses
Methods in com.oracle.bmc.healthchecks.responses that return CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponse
CreateOnDemandHttpProbeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type CreateOnDemandHttpProbeResponse Modifier and Type Method Description CreateOnDemandHttpProbeResponse.Builder
CreateOnDemandHttpProbeResponse.Builder. copy(CreateOnDemandHttpProbeResponse o)
Copy method to populate the builder with values from the given instance.
-