| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TreatmentResource |
TreatmentResource.clone() |
TreatmentResource |
TreatmentResource.withCustomDeliveryConfiguration(CustomDeliveryConfiguration customDeliveryConfiguration)
The delivery configuration settings for sending the treatment through a custom channel.
|
TreatmentResource |
TreatmentResource.withId(String id)
The unique identifier for the treatment.
|
TreatmentResource |
TreatmentResource.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings for the treatment.
|
TreatmentResource |
TreatmentResource.withSchedule(Schedule schedule)
The schedule settings for the treatment.
|
TreatmentResource |
TreatmentResource.withSizePercent(Integer sizePercent)
The allocated percentage of users (segment members) that the treatment is sent to.
|
TreatmentResource |
TreatmentResource.withState(CampaignState state)
The current status of the treatment.
|
TreatmentResource |
TreatmentResource.withTemplateConfiguration(TemplateConfiguration templateConfiguration)
The message template to use for the treatment.
|
TreatmentResource |
TreatmentResource.withTreatmentDescription(String treatmentDescription)
The custom description of the treatment.
|
TreatmentResource |
TreatmentResource.withTreatmentName(String treatmentName)
The custom name of the treatment.
|
| Modifier and Type | Method and Description |
|---|---|
List<TreatmentResource> |
CampaignResponse.getAdditionalTreatments()
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse |
CampaignResponse.withAdditionalTreatments(TreatmentResource... additionalTreatments)
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignResponse.setAdditionalTreatments(Collection<TreatmentResource> additionalTreatments)
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
CampaignResponse |
CampaignResponse.withAdditionalTreatments(Collection<TreatmentResource> additionalTreatments)
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
Copyright © 2025. All rights reserved.