Uses of Class
com.oracle.bmc.healthchecks.requests.UpdateHttpMonitorRequest
-
Packages that use UpdateHttpMonitorRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of UpdateHttpMonitorRequest in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type UpdateHttpMonitorRequest Modifier and Type Method Description UpdateHttpMonitorResponse
HealthChecks. updateHttpMonitor(UpdateHttpMonitorRequest request)
Updates the configuration of the specified HTTP monitor.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)
UpdateHttpMonitorResponse
HealthChecksClient. updateHttpMonitor(UpdateHttpMonitorRequest request)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type UpdateHttpMonitorRequest 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 UpdateHttpMonitorRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return UpdateHttpMonitorRequest Modifier and Type Method Description UpdateHttpMonitorRequest
UpdateHttpMonitorRequest.Builder. build()
Build the instance of UpdateHttpMonitorRequest as configured by this builderUpdateHttpMonitorRequest
UpdateHttpMonitorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateHttpMonitorRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type UpdateHttpMonitorRequest Modifier and Type Method Description UpdateHttpMonitorRequest.Builder
UpdateHttpMonitorRequest.Builder. copy(UpdateHttpMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-