| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CustomMessageActivity |
CustomMessageActivity.clone() |
CustomMessageActivity |
Activity.getCUSTOM()
The settings for a custom message activity.
|
CustomMessageActivity |
CustomMessageActivity.withDeliveryUri(String deliveryUri)
The destination to send the campaign or treatment to.
|
CustomMessageActivity |
CustomMessageActivity.withEndpointTypes(Collection<String> endpointTypes)
The types of endpoints to send the custom message to.
|
CustomMessageActivity |
CustomMessageActivity.withEndpointTypes(EndpointTypesElement... endpointTypes)
The types of endpoints to send the custom message to.
|
CustomMessageActivity |
CustomMessageActivity.withEndpointTypes(String... endpointTypes)
The types of endpoints to send the custom message to.
|
CustomMessageActivity |
CustomMessageActivity.withMessageConfig(JourneyCustomMessage messageConfig)
Specifies the message data included in a custom channel message that's sent to participants in a journey.
|
CustomMessageActivity |
CustomMessageActivity.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after Amazon Pinpoint calls the AWS Lambda function or
web hook.
|
CustomMessageActivity |
CustomMessageActivity.withTemplateName(String templateName)
The name of the custom message template to use for the message.
|
CustomMessageActivity |
CustomMessageActivity.withTemplateVersion(String templateVersion)
The unique identifier for the version of the message template to use for the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setCUSTOM(CustomMessageActivity cUSTOM)
The settings for a custom message activity.
|
Activity |
Activity.withCUSTOM(CustomMessageActivity cUSTOM)
The settings for a custom message activity.
|
Copyright © 2023. All rights reserved.