| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateConfiguration |
CampaignResponse.templateConfiguration()
The message template that’s used for the campaign.
|
TemplateConfiguration |
TreatmentResource.templateConfiguration()
The message template to use for the treatment.
|
TemplateConfiguration |
SendUsersMessageRequest.templateConfiguration()
The message template to use for the message.
|
TemplateConfiguration |
WriteCampaignRequest.templateConfiguration()
The message template to use for the campaign.
|
TemplateConfiguration |
WriteTreatmentResource.templateConfiguration()
The message template to use for the treatment.
|
TemplateConfiguration |
MessageRequest.templateConfiguration()
The message template to use for the message.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse.Builder |
CampaignResponse.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template that’s used for the campaign.
|
TreatmentResource.Builder |
TreatmentResource.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the treatment.
|
SendUsersMessageRequest.Builder |
SendUsersMessageRequest.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the message.
|
WriteCampaignRequest.Builder |
WriteCampaignRequest.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the campaign.
|
WriteTreatmentResource.Builder |
WriteTreatmentResource.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the treatment.
|
MessageRequest.Builder |
MessageRequest.Builder.templateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the message.
|
Copyright © 2022. All rights reserved.