Uses of Class
com.oracle.bmc.healthchecks.responses.UpdatePingMonitorResponse
- 
Packages that use UpdatePingMonitorResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses 
- 
- 
Uses of UpdatePingMonitorResponse in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks that return UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponseHealthChecks. updatePingMonitor(UpdatePingMonitorRequest request)Updates the configuration of the specified ping monitor.UpdatePingMonitorResponseHealthChecksClient. updatePingMonitor(UpdatePingMonitorRequest request)Methods in com.oracle.bmc.healthchecks that return types with arguments of type UpdatePingMonitorResponse Modifier and Type Method Description Future<UpdatePingMonitorResponse>HealthChecksAsync. updatePingMonitor(UpdatePingMonitorRequest request, AsyncHandler<UpdatePingMonitorRequest,UpdatePingMonitorResponse> handler)Updates the configuration of the specified ping monitor.Future<UpdatePingMonitorResponse>HealthChecksAsyncClient. updatePingMonitor(UpdatePingMonitorRequest request, AsyncHandler<UpdatePingMonitorRequest,UpdatePingMonitorResponse> handler)Method parameters in com.oracle.bmc.healthchecks with type arguments of type UpdatePingMonitorResponse Modifier and Type Method Description Future<UpdatePingMonitorResponse>HealthChecksAsync. updatePingMonitor(UpdatePingMonitorRequest request, AsyncHandler<UpdatePingMonitorRequest,UpdatePingMonitorResponse> handler)Updates the configuration of the specified ping monitor.Future<UpdatePingMonitorResponse>HealthChecksAsyncClient. updatePingMonitor(UpdatePingMonitorRequest request, AsyncHandler<UpdatePingMonitorRequest,UpdatePingMonitorResponse> handler)
- 
Uses of UpdatePingMonitorResponse in com.oracle.bmc.healthchecks.responsesMethods in com.oracle.bmc.healthchecks.responses that return UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponseUpdatePingMonitorResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponse.BuilderUpdatePingMonitorResponse.Builder. copy(UpdatePingMonitorResponse o)Copy method to populate the builder with values from the given instance.
 
-