| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
EmailConfiguration |
EmailConfiguration.clone() |
EmailConfiguration |
EmailConfiguration.withContent(EmailContent content)
Contains the subject and message of an email.
|
EmailConfiguration |
EmailConfiguration.withFrom(String from)
The email address that sends emails.
|
EmailConfiguration |
EmailConfiguration.withRecipients(EmailRecipients recipients)
Contains the information of one or more recipients who receive the emails.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailConfiguration> |
NotificationAction.getEmailConfigurations()
Contains the configuration information of email notifications.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationAction |
NotificationAction.withEmailConfigurations(EmailConfiguration... emailConfigurations)
Contains the configuration information of email notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationAction.setEmailConfigurations(Collection<EmailConfiguration> emailConfigurations)
Contains the configuration information of email notifications.
|
NotificationAction |
NotificationAction.withEmailConfigurations(Collection<EmailConfiguration> emailConfigurations)
Contains the configuration information of email notifications.
|
Copyright © 2025. All rights reserved.