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