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.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type UpdateMonitorRequest Modifier and Type Method Description UpdateMonitorResponse
ApmSynthetic. 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)
UpdateMonitorResponse
ApmSyntheticClient. 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.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateMonitorRequest Modifier and Type Method Description UpdateMonitorRequest
UpdateMonitorRequest.Builder. build()
Build the instance of UpdateMonitorRequest as configured by this builderUpdateMonitorRequest
UpdateMonitorRequest.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.Builder
UpdateMonitorRequest.Builder. copy(UpdateMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-