| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignState |
CampaignState.clone() |
CampaignState |
CampaignResponse.getDefaultState()
The current status of the campaign's default treatment.
|
CampaignState |
TreatmentResource.getState()
The current status of the treatment.
|
CampaignState |
CampaignResponse.getState()
The current status of the campaign.
|
CampaignState |
CampaignState.withCampaignStatus(CampaignStatus campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign.
|
CampaignState |
CampaignState.withCampaignStatus(String campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignResponse.setDefaultState(CampaignState defaultState)
The current status of the campaign's default treatment.
|
void |
TreatmentResource.setState(CampaignState state)
The current status of the treatment.
|
void |
CampaignResponse.setState(CampaignState state)
The current status of the campaign.
|
CampaignResponse |
CampaignResponse.withDefaultState(CampaignState defaultState)
The current status of the campaign's default treatment.
|
TreatmentResource |
TreatmentResource.withState(CampaignState state)
The current status of the treatment.
|
CampaignResponse |
CampaignResponse.withState(CampaignState state)
The current status of the campaign.
|
Copyright © 2025. All rights reserved.