Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.CampaignState
-
Packages that use CampaignState Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of CampaignState in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return CampaignState Modifier and Type Method Description static CampaignStateCampaignState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CampaignStateGetCampaignStateResponse. state()Returns the value of the State property for this object.CampaignStateInvalidCampaignStateException. state()Returns the value of the State property for this object.CampaignStateSuccessfulCampaignStateResponse. state()Returns the value of the State property for this object.static CampaignStateCampaignState. valueOf(String name)Returns the enum constant of this type with the specified name.static CampaignState[]CampaignState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type CampaignState Modifier and Type Method Description static Set<CampaignState>CampaignState. knownValues()Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type CampaignState Modifier and Type Method Description GetCampaignStateResponse.BuilderGetCampaignStateResponse.Builder. state(CampaignState state)Sets the value of the State property for this object.InvalidCampaignStateException.BuilderInvalidCampaignStateException.Builder. state(CampaignState state)Sets the value of the State property for this object.SuccessfulCampaignStateResponse.BuilderSuccessfulCampaignStateResponse.Builder. state(CampaignState state)Sets the value of the State property for this object.
-