Uses of Class
com.oracle.bmc.healthchecks.responses.CreatePingMonitorResponse
-
Packages that use CreatePingMonitorResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of CreatePingMonitorResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return CreatePingMonitorResponse Modifier and Type Method Description CreatePingMonitorResponse
HealthChecks. createPingMonitor(CreatePingMonitorRequest request)
Creates a ping monitor.CreatePingMonitorResponse
HealthChecksClient. createPingMonitor(CreatePingMonitorRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type CreatePingMonitorResponse Modifier and Type Method Description Future<CreatePingMonitorResponse>
HealthChecksAsync. createPingMonitor(CreatePingMonitorRequest request, AsyncHandler<CreatePingMonitorRequest,CreatePingMonitorResponse> handler)
Creates a ping monitor.Future<CreatePingMonitorResponse>
HealthChecksAsyncClient. createPingMonitor(CreatePingMonitorRequest request, AsyncHandler<CreatePingMonitorRequest,CreatePingMonitorResponse> handler)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreatePingMonitorResponse Modifier and Type Method Description Future<CreatePingMonitorResponse>
HealthChecksAsync. createPingMonitor(CreatePingMonitorRequest request, AsyncHandler<CreatePingMonitorRequest,CreatePingMonitorResponse> handler)
Creates a ping monitor.Future<CreatePingMonitorResponse>
HealthChecksAsyncClient. createPingMonitor(CreatePingMonitorRequest request, AsyncHandler<CreatePingMonitorRequest,CreatePingMonitorResponse> handler)
-
Uses of CreatePingMonitorResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return CreatePingMonitorResponse Modifier and Type Method Description CreatePingMonitorResponse
CreatePingMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type CreatePingMonitorResponse Modifier and Type Method Description CreatePingMonitorResponse.Builder
CreatePingMonitorResponse.Builder. copy(CreatePingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-