Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.SmsChannelSubtypeConfig.Builder
-
Packages that use SmsChannelSubtypeConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of SmsChannelSubtypeConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return SmsChannelSubtypeConfig.Builder Modifier and Type Method Description static SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig. builder()SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. capacity(Double capacity)Sets the value of the Capacity property for this object.default SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. defaultOutboundConfig(Consumer<SmsOutboundConfig.Builder> defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. defaultOutboundConfig(SmsOutboundConfig defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.default SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. outboundMode(Consumer<SmsOutboundMode.Builder> outboundMode)Sets the value of the OutboundMode property for this object.SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig.Builder. outboundMode(SmsOutboundMode outboundMode)Sets the value of the OutboundMode property for this object.SmsChannelSubtypeConfig.BuilderSmsChannelSubtypeConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type SmsChannelSubtypeConfig.Builder Modifier and Type Method Description static Class<? extends SmsChannelSubtypeConfig.Builder>SmsChannelSubtypeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type SmsChannelSubtypeConfig.Builder Modifier and Type Method Description default ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. sms(Consumer<SmsChannelSubtypeConfig.Builder> sms)Sets the value of the Sms property for this object.
-