Uses of Class
software.amazon.awssdk.services.iotevents.model.UpdateAlarmModelResponse
-
Packages that use UpdateAlarmModelResponse Package Description software.amazon.awssdk.services.iotevents AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and triggers actions when such events occur. -
-
Uses of UpdateAlarmModelResponse in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents that return UpdateAlarmModelResponse Modifier and Type Method Description default UpdateAlarmModelResponseIotEventsClient. updateAlarmModel(Consumer<UpdateAlarmModelRequest.Builder> updateAlarmModelRequest)Updates an alarm model.default UpdateAlarmModelResponseIotEventsClient. updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest)Updates an alarm model.Methods in software.amazon.awssdk.services.iotevents that return types with arguments of type UpdateAlarmModelResponse Modifier and Type Method Description default CompletableFuture<UpdateAlarmModelResponse>IotEventsAsyncClient. updateAlarmModel(Consumer<UpdateAlarmModelRequest.Builder> updateAlarmModelRequest)Updates an alarm model.default CompletableFuture<UpdateAlarmModelResponse>IotEventsAsyncClient. updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest)Updates an alarm model.
-