| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationAction |
NotificationAction.clone() |
NotificationAction |
NotificationAction.withAction(NotificationTargetActions action)
Specifies an AWS Lambda function to manage alarm notifications.
|
NotificationAction |
NotificationAction.withEmailConfigurations(Collection<EmailConfiguration> emailConfigurations)
Contains the configuration information of email notifications.
|
NotificationAction |
NotificationAction.withEmailConfigurations(EmailConfiguration... emailConfigurations)
Contains the configuration information of email notifications.
|
NotificationAction |
NotificationAction.withSmsConfigurations(Collection<SMSConfiguration> smsConfigurations)
Contains the configuration information of SMS notifications.
|
NotificationAction |
NotificationAction.withSmsConfigurations(SMSConfiguration... smsConfigurations)
Contains the configuration information of SMS notifications.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationAction> |
AlarmNotification.getNotificationActions()
Contains the notification settings of an alarm model.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmNotification |
AlarmNotification.withNotificationActions(NotificationAction... notificationActions)
Contains the notification settings of an alarm model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmNotification.setNotificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification |
AlarmNotification.withNotificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model.
|
Copyright © 2024. All rights reserved.