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