Uses of Class
software.amazon.awssdk.services.qconnect.model.MessageTemplateAttributeType
-
Packages that use MessageTemplateAttributeType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of MessageTemplateAttributeType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return MessageTemplateAttributeType Modifier and Type Method Description static MessageTemplateAttributeTypeMessageTemplateAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MessageTemplateAttributeTypeMessageTemplateAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTemplateAttributeType[]MessageTemplateAttributeType. 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 MessageTemplateAttributeType Modifier and Type Method Description List<MessageTemplateAttributeType>ExtendedMessageTemplateData. attributeTypes()The types of attributes contain the message template.List<MessageTemplateAttributeType>MessageTemplateData. attributeTypes()The types of attributes that the message template contains.static Set<MessageTemplateAttributeType>MessageTemplateAttributeType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type MessageTemplateAttributeType Modifier and Type Method Description ExtendedMessageTemplateData.BuilderExtendedMessageTemplateData.Builder. attributeTypes(MessageTemplateAttributeType... attributeTypes)The types of attributes contain the message template.MessageTemplateData.BuilderMessageTemplateData.Builder. attributeTypes(MessageTemplateAttributeType... attributeTypes)The types of attributes that the message template contains.Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type MessageTemplateAttributeType Modifier and Type Method Description ExtendedMessageTemplateData.BuilderExtendedMessageTemplateData.Builder. attributeTypes(Collection<MessageTemplateAttributeType> attributeTypes)The types of attributes contain the message template.MessageTemplateData.BuilderMessageTemplateData.Builder. attributeTypes(Collection<MessageTemplateAttributeType> attributeTypes)The types of attributes that the message template contains.
-