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