Uses of Class
software.amazon.awssdk.services.pinpoint.model.CampaignState
-
Packages that use CampaignState Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of CampaignState in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return CampaignState Modifier and Type Method Description CampaignStateCampaignResponse. defaultState()The current status of the campaign's default treatment.CampaignStateCampaignResponse. state()The current status of the campaign.CampaignStateTreatmentResource. state()The current status of the treatment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type CampaignState Modifier and Type Method Description CampaignResponse.BuilderCampaignResponse.Builder. defaultState(CampaignState defaultState)The current status of the campaign's default treatment.CampaignResponse.BuilderCampaignResponse.Builder. state(CampaignState state)The current status of the campaign.TreatmentResource.BuilderTreatmentResource.Builder. state(CampaignState state)The current status of the treatment.
-