| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignSmsMessage |
CampaignSmsMessage.clone() |
CampaignSmsMessage |
MessageConfiguration.getSMSMessage()
The message that the campaign sends through the SMS channel.
|
CampaignSmsMessage |
CampaignSmsMessage.withBody(String body)
The body of the SMS message.
|
CampaignSmsMessage |
CampaignSmsMessage.withMessageType(MessageType messageType)
The type of SMS message.
|
CampaignSmsMessage |
CampaignSmsMessage.withMessageType(String messageType)
The type of SMS message.
|
CampaignSmsMessage |
CampaignSmsMessage.withSenderId(String senderId)
The sender ID to display on recipients' devices when they receive the SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageConfiguration.setSMSMessage(CampaignSmsMessage sMSMessage)
The message that the campaign sends through the SMS channel.
|
MessageConfiguration |
MessageConfiguration.withSMSMessage(CampaignSmsMessage sMSMessage)
The message that the campaign sends through the SMS channel.
|
Copyright © 2019. All rights reserved.