| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignStatus |
CampaignState.campaignStatus()
The current status of the campaign, or the current status of a treatment that belongs to an A/B test campaign.
|
static CampaignStatus |
CampaignStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CampaignStatus> |
CampaignStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CampaignState.Builder |
CampaignState.Builder.campaignStatus(CampaignStatus campaignStatus)
The current status of the campaign, or the current status of a treatment that belongs to an A/B test
campaign.
|
Copyright © 2019. All rights reserved.