Uses of Class
com.oracle.bmc.healthchecks.requests.CreateOnDemandHttpProbeRequest
-
Packages that use CreateOnDemandHttpProbeRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of CreateOnDemandHttpProbeRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type CreateOnDemandHttpProbeRequest Modifier and Type Method Description CreateOnDemandHttpProbeResponse
HealthChecks. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request)
Creates an on-demand HTTP probe.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)
CreateOnDemandHttpProbeResponse
HealthChecksClient. createOnDemandHttpProbe(CreateOnDemandHttpProbeRequest request)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateOnDemandHttpProbeRequest 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 CreateOnDemandHttpProbeRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return CreateOnDemandHttpProbeRequest Modifier and Type Method Description CreateOnDemandHttpProbeRequest
CreateOnDemandHttpProbeRequest.Builder. build()
Build the instance of CreateOnDemandHttpProbeRequest as configured by this builderCreateOnDemandHttpProbeRequest
CreateOnDemandHttpProbeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOnDemandHttpProbeRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type CreateOnDemandHttpProbeRequest Modifier and Type Method Description CreateOnDemandHttpProbeRequest.Builder
CreateOnDemandHttpProbeRequest.Builder. copy(CreateOnDemandHttpProbeRequest o)
Copy method to populate the builder with values from the given instance.
-