Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.ProgressiveDialerConfig
-
Packages that use ProgressiveDialerConfig Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of ProgressiveDialerConfig in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return ProgressiveDialerConfig Modifier and Type Method Description ProgressiveDialerConfigDialerConfig. progressiveDialerConfig()Returns the value of the ProgressiveDialerConfig property for this object.Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type ProgressiveDialerConfig Modifier and Type Method Description static DialerConfigDialerConfig. fromProgressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)Create an instance of this class withDialerConfig.progressiveDialerConfig()initialized to the given value.DialerConfig.BuilderDialerConfig.Builder. progressiveDialerConfig(ProgressiveDialerConfig progressiveDialerConfig)Sets the value of the ProgressiveDialerConfig property for this object.
-