Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessageSummary
-
Packages that use ChannelMessageSummary Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessageSummary in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelMessageSummary Modifier and Type Method Description List<ChannelMessageSummary>ListChannelMessagesResponse. channelMessages()The information about, and content of, each requested message.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMessageSummary Modifier and Type Method Description ListChannelMessagesResponse.BuilderListChannelMessagesResponse.Builder. channelMessages(ChannelMessageSummary... channelMessages)The information about, and content of, each requested message.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelMessageSummary Modifier and Type Method Description ListChannelMessagesResponse.BuilderListChannelMessagesResponse.Builder. channelMessages(Collection<ChannelMessageSummary> channelMessages)The information about, and content of, each requested message.
-