| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.action(Action action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.action(String action)
The action to occur if a recipient taps a push notification that's based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.body(String body)
The message body to use in push notifications that are based on the message template.
|
static APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.builder() |
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.mediaUrl(String mediaUrl)
The URL of an image or video to display in push notifications that are based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.rawContent(String rawContent)
The raw, JSON-formatted string to use as the payload for push notifications that are based on the message
template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.sound(String sound)
The key for the sound to play when the recipient receives a push notification that's based on the message
template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.title(String title)
The title to use in push notifications that are based on the message template.
|
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.toBuilder() |
APNSPushNotificationTemplate.Builder |
APNSPushNotificationTemplate.Builder.url(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 |
|---|---|
static Class<? extends APNSPushNotificationTemplate.Builder> |
APNSPushNotificationTemplate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
default PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
Copyright © 2021. All rights reserved.