Uses of Class
software.amazon.awssdk.services.iotevents.model.EmailConfiguration
-
Packages that use EmailConfiguration Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of EmailConfiguration in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type EmailConfiguration Modifier and Type Method Description List<EmailConfiguration>NotificationAction. emailConfigurations()Contains the configuration information of email notifications.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type EmailConfiguration Modifier and Type Method Description NotificationAction.BuilderNotificationAction.Builder. emailConfigurations(EmailConfiguration... emailConfigurations)Contains the configuration information of email notifications.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type EmailConfiguration Modifier and Type Method Description NotificationAction.BuilderNotificationAction.Builder. emailConfigurations(Collection<EmailConfiguration> emailConfigurations)Contains the configuration information of email notifications.
-