| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static CampaignStatus |
CampaignStatus.fromValue(String value)
Use this in place of valueOf.
|
static CampaignStatus |
CampaignStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignStatus[] |
CampaignStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignState.setCampaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
CampaignState |
CampaignState.withCampaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
Copyright © 2017. All rights reserved.