Uses of Class
com.oracle.bmc.monitoring.responses.UpdateAlarmResponse
-
Packages that use UpdateAlarmResponse Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.responses -
-
Uses of UpdateAlarmResponse in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring that return UpdateAlarmResponse Modifier and Type Method Description UpdateAlarmResponse
Monitoring. updateAlarm(UpdateAlarmRequest request)
Updates the specified alarm.UpdateAlarmResponse
MonitoringClient. updateAlarm(UpdateAlarmRequest request)
Methods in com.oracle.bmc.monitoring that return types with arguments of type UpdateAlarmResponse 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)
Method parameters in com.oracle.bmc.monitoring with type arguments of type UpdateAlarmResponse 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 UpdateAlarmResponse in com.oracle.bmc.monitoring.responses
Methods in com.oracle.bmc.monitoring.responses that return UpdateAlarmResponse Modifier and Type Method Description UpdateAlarmResponse
UpdateAlarmResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.monitoring.responses with parameters of type UpdateAlarmResponse Modifier and Type Method Description UpdateAlarmResponse.Builder
UpdateAlarmResponse.Builder. copy(UpdateAlarmResponse o)
Copy method to populate the builder with values from the given instance.
-