Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.ChannelSubtypeConfig.Builder
-
Packages that use ChannelSubtypeConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of ChannelSubtypeConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return ChannelSubtypeConfig.Builder Modifier and Type Method Description static ChannelSubtypeConfig.BuilderChannelSubtypeConfig. builder()default ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. email(Consumer<EmailChannelSubtypeConfig.Builder> email)Sets the value of the Email property for this object.ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. email(EmailChannelSubtypeConfig email)Sets the value of the Email property for this object.default ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. sms(Consumer<SmsChannelSubtypeConfig.Builder> sms)Sets the value of the Sms property for this object.ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. sms(SmsChannelSubtypeConfig sms)Sets the value of the Sms property for this object.default ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. telephony(Consumer<TelephonyChannelSubtypeConfig.Builder> telephony)Sets the value of the Telephony property for this object.ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. telephony(TelephonyChannelSubtypeConfig telephony)Sets the value of the Telephony property for this object.ChannelSubtypeConfig.BuilderChannelSubtypeConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type ChannelSubtypeConfig.Builder Modifier and Type Method Description static Class<? extends ChannelSubtypeConfig.Builder>ChannelSubtypeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type ChannelSubtypeConfig.Builder Modifier and Type Method Description default Campaign.BuilderCampaign.Builder. channelSubtypeConfig(Consumer<ChannelSubtypeConfig.Builder> channelSubtypeConfig)Sets the value of the ChannelSubtypeConfig property for this object.default CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. channelSubtypeConfig(Consumer<ChannelSubtypeConfig.Builder> channelSubtypeConfig)Sets the value of the ChannelSubtypeConfig property for this object.default UpdateCampaignChannelSubtypeConfigRequest.BuilderUpdateCampaignChannelSubtypeConfigRequest.Builder. channelSubtypeConfig(Consumer<ChannelSubtypeConfig.Builder> channelSubtypeConfig)Sets the value of the ChannelSubtypeConfig property for this object.
-