| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TreatmentResource |
TreatmentResource.clone() |
TreatmentResource |
TreatmentResource.withId(String id)
The unique treatment ID.
|
TreatmentResource |
TreatmentResource.withMessageConfiguration(MessageConfiguration messageConfiguration)
The message configuration settings.
|
TreatmentResource |
TreatmentResource.withSchedule(Schedule schedule)
The campaign schedule.
|
TreatmentResource |
TreatmentResource.withSizePercent(Integer sizePercent)
The allocated percentage of users for this treatment.
|
TreatmentResource |
TreatmentResource.withState(CampaignState state)
The treatment status.
|
TreatmentResource |
TreatmentResource.withTreatmentDescription(String treatmentDescription)
A custom description for the treatment.
|
TreatmentResource |
TreatmentResource.withTreatmentName(String treatmentName)
The custom name of a variation of the campaign used for A/B testing.
|
| Modifier and Type | Method and Description |
|---|---|
List<TreatmentResource> |
CampaignResponse.getAdditionalTreatments()
Treatments that are defined in addition to the default treatment.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse |
CampaignResponse.withAdditionalTreatments(TreatmentResource... additionalTreatments)
Treatments that are defined in addition to the default treatment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignResponse.setAdditionalTreatments(Collection<TreatmentResource> additionalTreatments)
Treatments that are defined in addition to the default treatment.
|
CampaignResponse |
CampaignResponse.withAdditionalTreatments(Collection<TreatmentResource> additionalTreatments)
Treatments that are defined in addition to the default treatment.
|
Copyright © 2017. All rights reserved.