Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelMessageStatusStructure
-
Packages that use ChannelMessageStatusStructure Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelMessageStatusStructure in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelMessageStatusStructure Modifier and Type Method Description ChannelMessageStatusStructureChannelMessage. status()The status of the channel message.ChannelMessageStatusStructureChannelMessageSummary. status()The message status.ChannelMessageStatusStructureGetChannelMessageStatusResponse. status()The message status and details.ChannelMessageStatusStructureSendChannelMessageResponse. status()The status of the channel message.ChannelMessageStatusStructureUpdateChannelMessageResponse. status()The status of the message update.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type ChannelMessageStatusStructure Modifier and Type Method Description ChannelMessage.BuilderChannelMessage.Builder. status(ChannelMessageStatusStructure status)The status of the channel message.ChannelMessageSummary.BuilderChannelMessageSummary.Builder. status(ChannelMessageStatusStructure status)The message status.GetChannelMessageStatusResponse.BuilderGetChannelMessageStatusResponse.Builder. status(ChannelMessageStatusStructure status)The message status and details.SendChannelMessageResponse.BuilderSendChannelMessageResponse.Builder. status(ChannelMessageStatusStructure status)The status of the channel message.UpdateChannelMessageResponse.BuilderUpdateChannelMessageResponse.Builder. status(ChannelMessageStatusStructure status)The status of the message update.
-