Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
SMSMessage |
SMSMessage.addSubstitutionsEntry(String key,
List<String> value)
Add a single Substitutions entry
|
SMSMessage |
SMSMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
SMSMessage |
SMSMessage.clone() |
SMSMessage |
DirectMessageConfiguration.getSMSMessage()
The default message for the SMS channel.
|
SMSMessage |
SMSMessage.withBody(String body)
The body of the SMS message.
|
SMSMessage |
SMSMessage.withEntityId(String entityId)
The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
|
SMSMessage |
SMSMessage.withKeyword(String keyword)
The SMS program name that you provided to AWS Support when you requested your dedicated number.
|
SMSMessage |
SMSMessage.withMediaUrl(String mediaUrl)
This field is reserved for future use.
|
SMSMessage |
SMSMessage.withMessageType(MessageType messageType)
The SMS message type.
|
SMSMessage |
SMSMessage.withMessageType(String messageType)
The SMS message type.
|
SMSMessage |
SMSMessage.withOriginationNumber(String originationNumber)
The number to send the SMS message from.
|
SMSMessage |
SMSMessage.withSenderId(String senderId)
The sender ID to display as the sender of the message on a recipient's device.
|
SMSMessage |
SMSMessage.withSubstitutions(Map<String,List<String>> substitutions)
The message variables to use in the SMS message.
|
SMSMessage |
SMSMessage.withTemplateId(String templateId)
The template ID received from the regulatory body for sending SMS in your country.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectMessageConfiguration.setSMSMessage(SMSMessage sMSMessage)
The default message for the SMS channel.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withSMSMessage(SMSMessage sMSMessage)
The default message for the SMS channel.
|
Copyright © 2022. All rights reserved.