Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.TelephonyOutboundConfig.Builder
-
Packages that use TelephonyOutboundConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of TelephonyOutboundConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return TelephonyOutboundConfig.Builder Modifier and Type Method Description default TelephonyOutboundConfig.BuilderTelephonyOutboundConfig.Builder. answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.TelephonyOutboundConfig.BuilderTelephonyOutboundConfig.Builder. answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.static TelephonyOutboundConfig.BuilderTelephonyOutboundConfig. builder()TelephonyOutboundConfig.BuilderTelephonyOutboundConfig.Builder. connectContactFlowId(String connectContactFlowId)Sets the value of the ConnectContactFlowId property for this object.TelephonyOutboundConfig.BuilderTelephonyOutboundConfig.Builder. connectSourcePhoneNumber(String connectSourcePhoneNumber)Sets the value of the ConnectSourcePhoneNumber property for this object.TelephonyOutboundConfig.BuilderTelephonyOutboundConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type TelephonyOutboundConfig.Builder Modifier and Type Method Description static Class<? extends TelephonyOutboundConfig.Builder>TelephonyOutboundConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type TelephonyOutboundConfig.Builder Modifier and Type Method Description default TelephonyChannelSubtypeConfig.BuilderTelephonyChannelSubtypeConfig.Builder. defaultOutboundConfig(Consumer<TelephonyOutboundConfig.Builder> defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.
-