| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmNotification |
AlarmNotification.clone() |
AlarmNotification |
UpdateAlarmModelRequest.getAlarmNotification()
Contains information about one or more notification actions.
|
AlarmNotification |
CreateAlarmModelRequest.getAlarmNotification()
Contains information about one or more notification actions.
|
AlarmNotification |
DescribeAlarmModelResult.getAlarmNotification()
Contains information about one or more notification actions.
|
AlarmNotification |
AlarmNotification.withNotificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification |
AlarmNotification.withNotificationActions(NotificationAction... notificationActions)
Contains the notification settings of an alarm model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAlarmModelRequest.setAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
void |
CreateAlarmModelRequest.setAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
void |
DescribeAlarmModelResult.setAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
UpdateAlarmModelRequest |
UpdateAlarmModelRequest.withAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
CreateAlarmModelRequest |
CreateAlarmModelRequest.withAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
DescribeAlarmModelResult |
DescribeAlarmModelResult.withAlarmNotification(AlarmNotification alarmNotification)
Contains information about one or more notification actions.
|
Copyright © 2023. All rights reserved.