Uses of Class
software.amazon.awssdk.services.connectcampaignsv2.model.SmsChannelSubtypeParameters
-
Packages that use SmsChannelSubtypeParameters Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of SmsChannelSubtypeParameters in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return SmsChannelSubtypeParameters Modifier and Type Method Description SmsChannelSubtypeParametersChannelSubtypeParameters. sms()Returns the value of the Sms property for this object.Methods in software.amazon.awssdk.services.connectcampaignsv2.model with parameters of type SmsChannelSubtypeParameters Modifier and Type Method Description static ChannelSubtypeParametersChannelSubtypeParameters. fromSms(SmsChannelSubtypeParameters sms)Create an instance of this class withChannelSubtypeParameters.sms()initialized to the given value.ChannelSubtypeParameters.BuilderChannelSubtypeParameters.Builder. sms(SmsChannelSubtypeParameters sms)Sets the value of the Sms property for this object.
-