Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
EmailMessageActivity |
EmailMessageActivity.clone() |
EmailMessageActivity |
Activity.getEMAIL()
The settings for an email activity.
|
EmailMessageActivity |
EmailMessageActivity.withMessageConfig(JourneyEmailMessage messageConfig)
The "From" address to use for the message.
|
EmailMessageActivity |
EmailMessageActivity.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after the message is sent.
|
EmailMessageActivity |
EmailMessageActivity.withTemplateName(String templateName)
The name of the email template to use for the message.
|
Modifier and Type | Method and Description |
---|---|
void |
Activity.setEMAIL(EmailMessageActivity eMAIL)
The settings for an email activity.
|
Activity |
Activity.withEMAIL(EmailMessageActivity eMAIL)
The settings for an email activity.
|
Copyright © 2019. All rights reserved.