Uses of Class
software.amazon.awssdk.services.iotevents.model.UpdateAlarmModelRequest
-
Packages that use UpdateAlarmModelRequest 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.software.amazon.awssdk.services.iotevents.transform -
-
Uses of UpdateAlarmModelRequest in software.amazon.awssdk.services.iotevents
Methods in software.amazon.awssdk.services.iotevents with parameters of type UpdateAlarmModelRequest Modifier and Type Method Description default CompletableFuture<UpdateAlarmModelResponse>IotEventsAsyncClient. updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest)Updates an alarm model.default UpdateAlarmModelResponseIotEventsClient. updateAlarmModel(UpdateAlarmModelRequest updateAlarmModelRequest)Updates an alarm model. -
Uses of UpdateAlarmModelRequest in software.amazon.awssdk.services.iotevents.transform
Methods in software.amazon.awssdk.services.iotevents.transform with parameters of type UpdateAlarmModelRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAlarmModelRequestMarshaller. marshall(UpdateAlarmModelRequest updateAlarmModelRequest)
-