Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.PredictiveConfig
-
Packages that use PredictiveConfig Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of PredictiveConfig in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return PredictiveConfig Modifier and Type Method Description PredictiveConfigTelephonyOutboundMode. predictive()Returns the value of the Predictive property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type PredictiveConfig Modifier and Type Method Description static TelephonyOutboundModeTelephonyOutboundMode. fromPredictive(PredictiveConfig predictive)Create an instance of this class withTelephonyOutboundMode.predictive()initialized to the given value.TelephonyOutboundMode.BuilderTelephonyOutboundMode.Builder. predictive(PredictiveConfig predictive)Sets the value of the Predictive property for this object.
-