Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of Source in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return Source Modifier and Type Method Description static SourceSource. fromCustomerProfilesSegmentArn(String customerProfilesSegmentArn)Create an instance of this class withcustomerProfilesSegmentArn()initialized to the given value.static SourceSource. fromEventTrigger(Consumer<EventTrigger.Builder> eventTrigger)Create an instance of this class witheventTrigger()initialized to the given value.static SourceSource. fromEventTrigger(EventTrigger eventTrigger)Create an instance of this class witheventTrigger()initialized to the given value.SourceCampaign. source()Returns the value of the Source property for this object.SourceCreateCampaignRequest. source()Returns the value of the Source property for this object.SourceUpdateCampaignSourceRequest. source()Returns the value of the Source property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type Source Modifier and Type Method Description Campaign.BuilderCampaign.Builder. source(Source source)Sets the value of the Source property for this object.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. source(Source source)Sets the value of the Source property for this object.UpdateCampaignSourceRequest.BuilderUpdateCampaignSourceRequest.Builder. source(Source source)Sets the value of the Source property for this object.
-