| 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.withEntityId(String entityId)
The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
|
CampaignSmsMessage |
CampaignSmsMessage.withMessageType(MessageType messageType)
The SMS message type.
|
CampaignSmsMessage |
CampaignSmsMessage.withMessageType(String messageType)
The SMS message type.
|
CampaignSmsMessage |
CampaignSmsMessage.withOriginationNumber(String originationNumber)
The long code to send the SMS message from.
|
CampaignSmsMessage |
CampaignSmsMessage.withSenderId(String senderId)
The sender ID to display on recipients' devices when they receive the SMS message.
|
CampaignSmsMessage |
CampaignSmsMessage.withTemplateId(String templateId)
The template ID received from the regulatory body for sending SMS in your country.
|
| 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 © 2022. All rights reserved.