Uses of Class
software.amazon.awssdk.services.iotevents.model.AlarmNotification
-
Packages that use AlarmNotification Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of AlarmNotification in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return AlarmNotification Modifier and Type Method Description AlarmNotificationCreateAlarmModelRequest. alarmNotification()Contains information about one or more notification actions.AlarmNotificationDescribeAlarmModelResponse. alarmNotification()Contains information about one or more notification actions.AlarmNotificationUpdateAlarmModelRequest. alarmNotification()Contains information about one or more notification actions.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type AlarmNotification Modifier and Type Method Description CreateAlarmModelRequest.BuilderCreateAlarmModelRequest.Builder. alarmNotification(AlarmNotification alarmNotification)Contains information about one or more notification actions.DescribeAlarmModelResponse.BuilderDescribeAlarmModelResponse.Builder. alarmNotification(AlarmNotification alarmNotification)Contains information about one or more notification actions.UpdateAlarmModelRequest.BuilderUpdateAlarmModelRequest.Builder. alarmNotification(AlarmNotification alarmNotification)Contains information about one or more notification actions.
-