| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
SMSConfiguration |
SMSConfiguration.clone() |
SMSConfiguration |
SMSConfiguration.withAdditionalMessage(String additionalMessage)
The message that you want to send.
|
SMSConfiguration |
SMSConfiguration.withRecipients(Collection<RecipientDetail> recipients)
Specifies one or more recipients who receive the message.
|
SMSConfiguration |
SMSConfiguration.withRecipients(RecipientDetail... recipients)
Specifies one or more recipients who receive the message.
|
SMSConfiguration |
SMSConfiguration.withSenderId(String senderId)
The sender ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<SMSConfiguration> |
NotificationAction.getSmsConfigurations()
Contains the configuration information of SMS notifications.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationAction |
NotificationAction.withSmsConfigurations(SMSConfiguration... smsConfigurations)
Contains the configuration information of SMS notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationAction.setSmsConfigurations(Collection<SMSConfiguration> smsConfigurations)
Contains the configuration information of SMS notifications.
|
NotificationAction |
NotificationAction.withSmsConfigurations(Collection<SMSConfiguration> smsConfigurations)
Contains the configuration information of SMS notifications.
|
Copyright © 2025. All rights reserved.