Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessageType
-
Packages that use ChannelMessageType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessageType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMessageType Modifier and Type Method Description static ChannelMessageTypeChannelMessageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelMessageTypeChannelMessage. type()The message type.ChannelMessageTypeChannelMessageSummary. type()The type of message.ChannelMessageTypeSendChannelMessageRequest. type()The type of message,STANDARDorCONTROL.static ChannelMessageTypeChannelMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMessageType[]ChannelMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMessageType Modifier and Type Method Description static Set<ChannelMessageType>ChannelMessageType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMessageType Modifier and Type Method Description ChannelMessage.BuilderChannelMessage.Builder. type(ChannelMessageType type)The message type.ChannelMessageSummary.BuilderChannelMessageSummary.Builder. type(ChannelMessageType type)The type of message.SendChannelMessageRequest.BuilderSendChannelMessageRequest.Builder. type(ChannelMessageType type)The type of message,STANDARDorCONTROL.
-