Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessagePersistenceType
-
Packages that use ChannelMessagePersistenceType Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessagePersistenceType in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMessagePersistenceType Modifier and Type Method Description static ChannelMessagePersistenceTypeChannelMessagePersistenceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelMessagePersistenceTypeChannelMessage. persistence()The persistence setting for a channel message.ChannelMessagePersistenceTypeSendChannelMessageRequest. persistence()Boolean that controls whether the message is persisted on the back end.static ChannelMessagePersistenceTypeChannelMessagePersistenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelMessagePersistenceType[]ChannelMessagePersistenceType. 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 ChannelMessagePersistenceType Modifier and Type Method Description static Set<ChannelMessagePersistenceType>ChannelMessagePersistenceType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMessagePersistenceType Modifier and Type Method Description ChannelMessage.BuilderChannelMessage.Builder. persistence(ChannelMessagePersistenceType persistence)The persistence setting for a channel message.SendChannelMessageRequest.BuilderSendChannelMessageRequest.Builder. persistence(ChannelMessagePersistenceType persistence)Boolean that controls whether the message is persisted on the back end.
-