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