| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignState |
CampaignResponse.defaultState()
The current status of the campaign's default treatment.
|
CampaignState |
CampaignResponse.state()
The current status of the campaign.
|
CampaignState |
TreatmentResource.state()
The status of the treatment.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignResponse.Builder |
CampaignResponse.Builder.defaultState(CampaignState defaultState)
The current status of the campaign's default treatment.
|
CampaignResponse.Builder |
CampaignResponse.Builder.state(CampaignState state)
The current status of the campaign.
|
TreatmentResource.Builder |
TreatmentResource.Builder.state(CampaignState state)
The status of the treatment.
|
Copyright © 2019. All rights reserved.