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.healthchecks
Methods in com.oracle.bmc.healthchecks that return UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponse
HealthChecks. updatePingMonitor(UpdatePingMonitorRequest request)
Updates the configuration of the specified ping monitor.UpdatePingMonitorResponse
HealthChecksClient. 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.responses
Methods in com.oracle.bmc.healthchecks.responses that return UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponse
UpdatePingMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type UpdatePingMonitorResponse Modifier and Type Method Description UpdatePingMonitorResponse.Builder
UpdatePingMonitorResponse.Builder. copy(UpdatePingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-