| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PushMessageActivity |
PushMessageActivity.clone() |
PushMessageActivity |
Activity.getPUSH()
The settings for a push notification activity.
|
PushMessageActivity |
PushMessageActivity.withMessageConfig(JourneyPushMessage messageConfig)
Specifies the time to live (TTL) value for push notifications that are sent to participants in a journey.
|
PushMessageActivity |
PushMessageActivity.withNextActivity(String nextActivity)
The unique identifier for the next activity to perform, after the message is sent.
|
PushMessageActivity |
PushMessageActivity.withTemplateName(String templateName)
The name of the push notification template to use for the message.
|
PushMessageActivity |
PushMessageActivity.withTemplateVersion(String templateVersion)
The unique identifier for the version of the push notification template to use for the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activity.setPUSH(PushMessageActivity pUSH)
The settings for a push notification activity.
|
Activity |
Activity.withPUSH(PushMessageActivity pUSH)
The settings for a push notification activity.
|
Copyright © 2024. All rights reserved.