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