| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSMessageActivity |
SMSMessageActivity.clone() |
SMSMessageActivity |
Activity.getSMS()
The settings for an SMS activity.
|
SMSMessageActivity |
SMSMessageActivity.withMessageConfig(JourneySMSMessage messageConfig)
Specifies the sender ID and message type for an SMS message that's sent to participants in a journey.
|
SMSMessageActivity |
SMSMessageActivity.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after the message is sent.
|
SMSMessageActivity |
SMSMessageActivity.withTemplateName(String templateName)
The name of the SMS message template to use for the message.
|
SMSMessageActivity |
SMSMessageActivity.withTemplateVersion(String templateVersion)
The unique identifier for the version of the SMS template to use for the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setSMS(SMSMessageActivity sMS)
The settings for an SMS activity.
|
Activity |
Activity.withSMS(SMSMessageActivity sMS)
The settings for an SMS activity.
|
Copyright © 2022. All rights reserved.