Uses of Class
com.oracle.bmc.healthchecks.requests.CreateOnDemandPingProbeRequest
-
Packages that use CreateOnDemandPingProbeRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of CreateOnDemandPingProbeRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type CreateOnDemandPingProbeRequest Modifier and Type Method Description CreateOnDemandPingProbeResponse
HealthChecks. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request)
Creates an on-demand ping probe.Future<CreateOnDemandPingProbeResponse>
HealthChecksAsync. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request, AsyncHandler<CreateOnDemandPingProbeRequest,CreateOnDemandPingProbeResponse> handler)
Creates an on-demand ping probe.Future<CreateOnDemandPingProbeResponse>
HealthChecksAsyncClient. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request, AsyncHandler<CreateOnDemandPingProbeRequest,CreateOnDemandPingProbeResponse> handler)
CreateOnDemandPingProbeResponse
HealthChecksClient. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateOnDemandPingProbeRequest Modifier and Type Method Description Future<CreateOnDemandPingProbeResponse>
HealthChecksAsync. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request, AsyncHandler<CreateOnDemandPingProbeRequest,CreateOnDemandPingProbeResponse> handler)
Creates an on-demand ping probe.Future<CreateOnDemandPingProbeResponse>
HealthChecksAsyncClient. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request, AsyncHandler<CreateOnDemandPingProbeRequest,CreateOnDemandPingProbeResponse> handler)
-
Uses of CreateOnDemandPingProbeRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return CreateOnDemandPingProbeRequest Modifier and Type Method Description CreateOnDemandPingProbeRequest
CreateOnDemandPingProbeRequest.Builder. build()
Build the instance of CreateOnDemandPingProbeRequest as configured by this builderCreateOnDemandPingProbeRequest
CreateOnDemandPingProbeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOnDemandPingProbeRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type CreateOnDemandPingProbeRequest Modifier and Type Method Description CreateOnDemandPingProbeRequest.Builder
CreateOnDemandPingProbeRequest.Builder. copy(CreateOnDemandPingProbeRequest o)
Copy method to populate the builder with values from the given instance.
-