Uses of Class
software.amazon.awssdk.services.iotevents.model.NotificationAction
-
Packages that use NotificationAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of NotificationAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type NotificationAction Modifier and Type Method Description List<NotificationAction>AlarmNotification. notificationActions()Contains the notification settings of an alarm model.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type NotificationAction Modifier and Type Method Description AlarmNotification.BuilderAlarmNotification.Builder. notificationActions(NotificationAction... notificationActions)Contains the notification settings of an alarm model.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type NotificationAction Modifier and Type Method Description AlarmNotification.BuilderAlarmNotification.Builder. notificationActions(Collection<NotificationAction> notificationActions)Contains the notification settings of an alarm model.
-