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