Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.clone() |
PushNotificationTemplateResponse |
GetPushTemplateResult.getPushNotificationTemplateResponse() |
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withADM(AndroidPushNotificationTemplate aDM)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withAPNS(APNSPushNotificationTemplate aPNS)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withBaidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withCreationDate(String creationDate)
The date, in ISO 8601 format, when the message template was created.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withDefault(DefaultPushNotificationTemplate defaultValue)
The default message template that's used for push notification channels.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withDefaultSubstitutions(String defaultSubstitutions)
The JSON object that specifies the default values that are used for message variables in the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withGCM(AndroidPushNotificationTemplate gCM)
The message template that's used for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the message template was last modified.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withRecommenderId(String recommenderId)
The unique identifier for the recommender model that's used by the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateDescription(String templateDescription)
The custom description of the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withVersion(String version)
The unique identifier, as an integer, for the active version of the message template, or the version of the
template that you specified by using the version parameter in your request.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPushTemplateResult.setPushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse) |
GetPushTemplateResult |
GetPushTemplateResult.withPushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse) |
Copyright © 2023. All rights reserved.