Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.SmsOutboundConfig.Builder
-
Packages that use SmsOutboundConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of SmsOutboundConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return SmsOutboundConfig.Builder Modifier and Type Method Description static SmsOutboundConfig.BuilderSmsOutboundConfig. builder()SmsOutboundConfig.BuilderSmsOutboundConfig.Builder. connectSourcePhoneNumberArn(String connectSourcePhoneNumberArn)Sets the value of the ConnectSourcePhoneNumberArn property for this object.SmsOutboundConfig.BuilderSmsOutboundConfig. toBuilder()SmsOutboundConfig.BuilderSmsOutboundConfig.Builder. wisdomTemplateArn(String wisdomTemplateArn)Sets the value of the WisdomTemplateArn property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type SmsOutboundConfig.Builder Modifier and Type Method Description static Class<? extends SmsOutboundConfig.Builder>SmsOutboundConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type SmsOutboundConfig.Builder Modifier and Type Method Description default SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. defaultOutboundConfig(Consumer<SmsOutboundConfig.Builder> defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.
-