Uses of Class
com.oracle.bmc.monitoring.requests.UpdateAlarmRequest
-
Packages that use UpdateAlarmRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of UpdateAlarmRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type UpdateAlarmRequest Modifier and Type Method Description UpdateAlarmResponse
Monitoring. updateAlarm(UpdateAlarmRequest request)
Updates the specified alarm.Future<UpdateAlarmResponse>
MonitoringAsync. updateAlarm(UpdateAlarmRequest request, AsyncHandler<UpdateAlarmRequest,UpdateAlarmResponse> handler)
Updates the specified alarm.Future<UpdateAlarmResponse>
MonitoringAsyncClient. updateAlarm(UpdateAlarmRequest request, AsyncHandler<UpdateAlarmRequest,UpdateAlarmResponse> handler)
UpdateAlarmResponse
MonitoringClient. updateAlarm(UpdateAlarmRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type UpdateAlarmRequest Modifier and Type Method Description Future<UpdateAlarmResponse>
MonitoringAsync. updateAlarm(UpdateAlarmRequest request, AsyncHandler<UpdateAlarmRequest,UpdateAlarmResponse> handler)
Updates the specified alarm.Future<UpdateAlarmResponse>
MonitoringAsyncClient. updateAlarm(UpdateAlarmRequest request, AsyncHandler<UpdateAlarmRequest,UpdateAlarmResponse> handler)
-
Uses of UpdateAlarmRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return UpdateAlarmRequest Modifier and Type Method Description UpdateAlarmRequest
UpdateAlarmRequest.Builder. build()
Build the instance of UpdateAlarmRequest as configured by this builderUpdateAlarmRequest
UpdateAlarmRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAlarmRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type UpdateAlarmRequest Modifier and Type Method Description UpdateAlarmRequest.Builder
UpdateAlarmRequest.Builder. copy(UpdateAlarmRequest o)
Copy method to populate the builder with values from the given instance.
-