Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.DialerConfig
-
Packages that use DialerConfig Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of DialerConfig in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return DialerConfig Modifier and Type Method Description DialerConfigCampaign. dialerConfig()Returns the value of the DialerConfig property for this object.DialerConfigCreateCampaignRequest. dialerConfig()Returns the value of the DialerConfig property for this object.DialerConfigUpdateCampaignDialerConfigRequest. dialerConfig()Returns the value of the DialerConfig property for this object.static DialerConfigDialerConfig. fromAgentlessDialerConfig(Consumer<AgentlessDialerConfig.Builder> agentlessDialerConfig)Create an instance of this class withagentlessDialerConfig()initialized to the given value.static DialerConfigDialerConfig. fromAgentlessDialerConfig(AgentlessDialerConfig agentlessDialerConfig)Create an instance of this class withagentlessDialerConfig()initialized to the given value.static DialerConfigDialerConfig. fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)Create an instance of this class withpredictiveDialerConfig()initialized to the given value.static DialerConfigDialerConfig. fromPredictiveDialerConfig(PredictiveDialerConfig predictiveDialerConfig)Create an instance of this class withpredictiveDialerConfig()initialized to the given value.static DialerConfigDialerConfig. fromProgressiveDialerConfig(Consumer<ProgressiveDialerConfig.Builder> progressiveDialerConfig)Create an instance of this class withprogressiveDialerConfig()initialized to the given value.static DialerConfigDialerConfig. fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)Create an instance of this class withprogressiveDialerConfig()initialized to the given value.Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type DialerConfig Modifier and Type Method Description Campaign.BuilderCampaign.Builder. dialerConfig(DialerConfig dialerConfig)Sets the value of the DialerConfig property for this object.CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. dialerConfig(DialerConfig dialerConfig)Sets the value of the DialerConfig property for this object.UpdateCampaignDialerConfigRequest.BuilderUpdateCampaignDialerConfigRequest.Builder. dialerConfig(DialerConfig dialerConfig)Sets the value of the DialerConfig property for this object.
-