Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.MessageAttributeValue
-
Packages that use MessageAttributeValue Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of MessageAttributeValue in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type MessageAttributeValue Modifier and Type Method Description Map<String,MessageAttributeValue>ChannelMessage. messageAttributes()The attributes for the channel message.Map<String,MessageAttributeValue>ChannelMessageCallback. messageAttributes()The attributes for the channel message.Map<String,MessageAttributeValue>ChannelMessageSummary. messageAttributes()The attributes for the channel message.Map<String,MessageAttributeValue>SendChannelMessageRequest. messageAttributes()The attributes for the message, used for message filtering along with aFilterRuledefined in thePushNotificationPreferences.Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type MessageAttributeValue Modifier and Type Method Description ChannelMessage.BuilderChannelMessage.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)The attributes for the channel message.ChannelMessageCallback.BuilderChannelMessageCallback.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)The attributes for the channel message.ChannelMessageSummary.BuilderChannelMessageSummary.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)The attributes for the channel message.SendChannelMessageRequest.BuilderSendChannelMessageRequest.Builder. messageAttributes(Map<String,MessageAttributeValue> messageAttributes)The attributes for the message, used for message filtering along with aFilterRuledefined in thePushNotificationPreferences.
-