Uses of Class
com.oracle.bmc.apmsynthetics.requests.UpdateMonitorRequest
- 
Packages that use UpdateMonitorRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests 
- 
- 
Uses of UpdateMonitorRequest in com.oracle.bmc.apmsyntheticsMethods in com.oracle.bmc.apmsynthetics with parameters of type UpdateMonitorRequest Modifier and Type Method Description UpdateMonitorResponseApmSynthetic. updateMonitor(UpdateMonitorRequest request)Updates the monitor.Future<UpdateMonitorResponse>ApmSyntheticAsync. updateMonitor(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResponse> handler)Updates the monitor.Future<UpdateMonitorResponse>ApmSyntheticAsyncClient. updateMonitor(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResponse> handler)UpdateMonitorResponseApmSyntheticClient. updateMonitor(UpdateMonitorRequest request)Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateMonitorRequest Modifier and Type Method Description Future<UpdateMonitorResponse>ApmSyntheticAsync. updateMonitor(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResponse> handler)Updates the monitor.Future<UpdateMonitorResponse>ApmSyntheticAsyncClient. updateMonitor(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResponse> handler)
- 
Uses of UpdateMonitorRequest in com.oracle.bmc.apmsynthetics.requestsMethods in com.oracle.bmc.apmsynthetics.requests that return UpdateMonitorRequest Modifier and Type Method Description UpdateMonitorRequestUpdateMonitorRequest.Builder. build()Build the instance of UpdateMonitorRequest as configured by this builderUpdateMonitorRequestUpdateMonitorRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateMonitorRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateMonitorRequest Modifier and Type Method Description UpdateMonitorRequest.BuilderUpdateMonitorRequest.Builder. copy(UpdateMonitorRequest o)Copy method to populate the builder with values from the given instance.
 
-