Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.TelephonyChannelSubtypeParameters.Builder
-
Packages that use TelephonyChannelSubtypeParameters.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of TelephonyChannelSubtypeParameters.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return TelephonyChannelSubtypeParameters.Builder Modifier and Type Method Description default TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters.Builder. answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters.Builder. answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters.Builder. attributes(Map<String,String> attributes)Sets the value of the Attributes property for this object.static TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters. builder()TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters.Builder. connectSourcePhoneNumber(String connectSourcePhoneNumber)Sets the value of the ConnectSourcePhoneNumber property for this object.TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters.Builder. destinationPhoneNumber(String destinationPhoneNumber)Sets the value of the DestinationPhoneNumber property for this object.TelephonyChannelSubtypeParameters.BuilderTelephonyChannelSubtypeParameters. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type TelephonyChannelSubtypeParameters.Builder Modifier and Type Method Description static Class<? extends TelephonyChannelSubtypeParameters.Builder>TelephonyChannelSubtypeParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type TelephonyChannelSubtypeParameters.Builder Modifier and Type Method Description static ChannelSubtypeParametersChannelSubtypeParameters. fromTelephony(Consumer<TelephonyChannelSubtypeParameters.Builder> telephony)Create an instance of this class withChannelSubtypeParameters.telephony()initialized to the given value.default ChannelSubtypeParameters.BuilderChannelSubtypeParameters.Builder. telephony(Consumer<TelephonyChannelSubtypeParameters.Builder> telephony)Sets the value of the Telephony property for this object.
-