| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
WriteTreatmentResource |
WriteTreatmentResource.clone() |
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.withTreatmentDescription(String treatmentDescription)
The custom description of the treatment.
|
WriteTreatmentResource |
WriteTreatmentResource.withTreatmentName(String treatmentName)
The custom name of 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 © 2019. All rights reserved.