Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
WriteTreatmentResource |
WriteTreatmentResource.clone() |
WriteTreatmentResource |
WriteTreatmentResource.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
WriteTreatmentResource |
WriteTreatmentResource.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withSchedule(Schedule schedule)
The schedule settings for the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withSizePercent(Integer sizePercent)
The allocated percentage of users (segment members) to send the treatment to.
|
WriteTreatmentResource |
WriteTreatmentResource.withTemplateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withTreatmentDescription(String treatmentDescription)
A custom description of the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withTreatmentName(String treatmentName)
A custom name for the treatment.
|
Modifier and Type | Method and Description |
---|---|
List<WriteTreatmentResource> |
WriteCampaignRequest.getAdditionalTreatments()
An array of requests that defines additional treatments for the campaign, in addition to the default treatment
for the campaign.
|
Modifier and Type | Method and Description |
---|---|
WriteCampaignRequest |
WriteCampaignRequest.withAdditionalTreatments(WriteTreatmentResource... additionalTreatments)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment
for the campaign.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteCampaignRequest.setAdditionalTreatments(Collection<WriteTreatmentResource> additionalTreatments)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment
for the campaign.
|
WriteCampaignRequest |
WriteCampaignRequest.withAdditionalTreatments(Collection<WriteTreatmentResource> additionalTreatments)
An array of requests that defines additional treatments for the campaign, in addition to the default treatment
for the campaign.
|
Copyright © 2021. All rights reserved.