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