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.healthchecksMethods in com.oracle.bmc.healthchecks that return DeleteHttpMonitorResponse Modifier and Type Method Description DeleteHttpMonitorResponseHealthChecks. deleteHttpMonitor(DeleteHttpMonitorRequest request)Deletes the HTTP monitor and its configuration.DeleteHttpMonitorResponseHealthChecksClient. 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.responsesMethods in com.oracle.bmc.healthchecks.responses that return DeleteHttpMonitorResponse Modifier and Type Method Description DeleteHttpMonitorResponseDeleteHttpMonitorResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type DeleteHttpMonitorResponse Modifier and Type Method Description DeleteHttpMonitorResponse.BuilderDeleteHttpMonitorResponse.Builder. copy(DeleteHttpMonitorResponse o)Copy method to populate the builder with values from the given instance.
 
-