Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessageStatus
-
Packages that use ChannelMessageStatus Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessageStatus in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMessageStatus Modifier and Type Method Description static ChannelMessageStatusChannelMessageStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelMessageStatusChannelMessageStatusStructure. value()The message status value.static ChannelMessageStatusChannelMessageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMessageStatus[]ChannelMessageStatus. 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 ChannelMessageStatus Modifier and Type Method Description static Set<ChannelMessageStatus>ChannelMessageStatus. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMessageStatus Modifier and Type Method Description ChannelMessageStatusStructure.BuilderChannelMessageStatusStructure.Builder. value(ChannelMessageStatus value)The message status value.
-