| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
MessageConfiguration |
MessageConfiguration.clone() |
MessageConfiguration |
WriteCampaignRequest.getMessageConfiguration()
The message configuration settings for the campaign.
|
MessageConfiguration |
WriteTreatmentResource.getMessageConfiguration()
The message configuration settings for the treatment.
|
MessageConfiguration |
TreatmentResource.getMessageConfiguration()
The message configuration settings for the treatment.
|
MessageConfiguration |
CampaignResponse.getMessageConfiguration()
The message configuration settings for the campaign.
|
MessageConfiguration |
MessageConfiguration.withADMMessage(Message aDMMessage)
The message that the campaign sends through the ADM (Amazon Device Messaging) channel.
|
MessageConfiguration |
MessageConfiguration.withAPNSMessage(Message aPNSMessage)
The message that the campaign sends through the APNs (Apple Push Notification service) channel.
|
MessageConfiguration |
MessageConfiguration.withBaiduMessage(Message baiduMessage)
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.
|
MessageConfiguration |
MessageConfiguration.withCustomMessage(CampaignCustomMessage customMessage)
The message that the campaign sends through a custom channel, as specified by the delivery configuration
(CustomDeliveryConfiguration) settings for the campaign.
|
MessageConfiguration |
MessageConfiguration.withDefaultMessage(Message defaultMessage)
The default message that the campaign sends through all the channels that are configured for the campaign.
|
MessageConfiguration |
MessageConfiguration.withEmailMessage(CampaignEmailMessage emailMessage)
The message that the campaign sends through the email channel.
|
MessageConfiguration |
MessageConfiguration.withGCMMessage(Message gCMMessage)
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push
notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
MessageConfiguration |
MessageConfiguration.withInAppMessage(CampaignInAppMessage inAppMessage)
The in-app message configuration.
|
MessageConfiguration |
MessageConfiguration.withSMSMessage(CampaignSmsMessage sMSMessage)
The message that the campaign sends through the SMS channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WriteCampaignRequest.setMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the campaign.
|
void |
WriteTreatmentResource.setMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
void |
TreatmentResource.setMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
void |
CampaignResponse.setMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the campaign.
|
WriteCampaignRequest |
WriteCampaignRequest.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the campaign.
|
WriteTreatmentResource |
WriteTreatmentResource.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
TreatmentResource |
TreatmentResource.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
CampaignResponse |
CampaignResponse.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the campaign.
|
Copyright © 2025. All rights reserved.