Uses of Class
com.oracle.bmc.healthchecks.responses.CreateOnDemandPingProbeResponse
-
Packages that use CreateOnDemandPingProbeResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of CreateOnDemandPingProbeResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return CreateOnDemandPingProbeResponse Modifier and Type Method Description CreateOnDemandPingProbeResponse
HealthChecks. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request)
Creates an on-demand ping probe.CreateOnDemandPingProbeResponse
HealthChecksClient. createOnDemandPingProbe(CreateOnDemandPingProbeRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type CreateOnDemandPingProbeResponse 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)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateOnDemandPingProbeResponse 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 CreateOnDemandPingProbeResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return CreateOnDemandPingProbeResponse Modifier and Type Method Description CreateOnDemandPingProbeResponse
CreateOnDemandPingProbeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type CreateOnDemandPingProbeResponse Modifier and Type Method Description CreateOnDemandPingProbeResponse.Builder
CreateOnDemandPingProbeResponse.Builder. copy(CreateOnDemandPingProbeResponse o)
Copy method to populate the builder with values from the given instance.
-