Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
JourneySMSMessage |
JourneySMSMessage.clone() |
JourneySMSMessage |
SMSMessageActivity.getMessageConfig()
Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.
|
JourneySMSMessage |
JourneySMSMessage.withEntityId(String entityId)
The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
|
JourneySMSMessage |
JourneySMSMessage.withMessageType(MessageType messageType)
The SMS message type.
|
JourneySMSMessage |
JourneySMSMessage.withMessageType(String messageType)
The SMS message type.
|
JourneySMSMessage |
JourneySMSMessage.withOriginationNumber(String originationNumber)
The long code to send the SMS message from.
|
JourneySMSMessage |
JourneySMSMessage.withSenderId(String senderId)
The sender ID to display as the sender of the message on a recipient's device.
|
JourneySMSMessage |
JourneySMSMessage.withTemplateId(String templateId)
The template ID received from the regulatory body for sending SMS in your country.
|
Modifier and Type | Method and Description |
---|---|
void |
SMSMessageActivity.setMessageConfig(JourneySMSMessage messageConfig)
Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.
|
SMSMessageActivity |
SMSMessageActivity.withMessageConfig(JourneySMSMessage messageConfig)
Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.
|
Copyright © 2022. All rights reserved.