| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.clone() |
APNSPushNotificationTemplate |
PushNotificationTemplateRequest.getAPNS()
The message template to use for the APNs (Apple Push Notification service) channel.
|
APNSPushNotificationTemplate |
PushNotificationTemplateResponse.getAPNS()
The message template that's used for the APNs (Apple Push Notification service) channel.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withAction(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withAction(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withBody(String body)
The message body to use in push notifications that are based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withMediaUrl(String mediaUrl)
The URL of an image or video to display in push notifications that are based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withRawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for push notifications that are based on the message
template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withSound(String sound)
The key for the sound to play when the recipient receives a push notification that's based on the message
template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withTitle(String title)
The title to use in push notifications that are based on the message template.
|
APNSPushNotificationTemplate |
APNSPushNotificationTemplate.withUrl(String url)
The URL to open in the recipient's default mobile browser, if a recipient taps a push notification that's based
on the message template and the value of the Action property is URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PushNotificationTemplateRequest.setAPNS(APNSPushNotificationTemplate aPNS)
The message template to use for the APNs (Apple Push Notification service) channel.
|
void |
PushNotificationTemplateResponse.setAPNS(APNSPushNotificationTemplate aPNS)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withAPNS(APNSPushNotificationTemplate aPNS)
The message template to use for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withAPNS(APNSPushNotificationTemplate aPNS)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
Copyright © 2025. All rights reserved.