Uses of Class
software.amazon.awssdk.services.qconnect.model.ChannelSubtype
-
Packages that use ChannelSubtype Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ChannelSubtype in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ChannelSubtype Modifier and Type Method Description ChannelSubtypeCreateMessageTemplateRequest. channelSubtype()The channel subtype this message template applies to.ChannelSubtypeExtendedMessageTemplateData. channelSubtype()The channel subtype this message template applies to.ChannelSubtypeMessageTemplateData. channelSubtype()The channel subtype this message template applies to.ChannelSubtypeMessageTemplateSearchResultData. channelSubtype()The channel subtype this message template applies to.ChannelSubtypeMessageTemplateSummary. channelSubtype()The channel subtype this message template applies to.ChannelSubtypeMessageTemplateVersionSummary. channelSubtype()The channel subtype this message template applies to.static ChannelSubtypeChannelSubtype. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChannelSubtypeChannelSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelSubtype[]ChannelSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ChannelSubtype Modifier and Type Method Description static Set<ChannelSubtype>ChannelSubtype. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type ChannelSubtype Modifier and Type Method Description CreateMessageTemplateRequest.BuilderCreateMessageTemplateRequest.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.ExtendedMessageTemplateData.BuilderExtendedMessageTemplateData.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.MessageTemplateData.BuilderMessageTemplateData.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.MessageTemplateSearchResultData.BuilderMessageTemplateSearchResultData.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.MessageTemplateSummary.BuilderMessageTemplateSummary.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.MessageTemplateVersionSummary.BuilderMessageTemplateVersionSummary.Builder. channelSubtype(ChannelSubtype channelSubtype)The channel subtype this message template applies to.
-