| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageAttributeValue> |
ChannelMessage.messageAttributes()
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
Map<String,MessageAttributeValue> |
ChannelMessageSummary.messageAttributes()
The message attribues listed in a the summary of a channel message.
|
Map<String,MessageAttributeValue> |
SendChannelMessageRequest.messageAttributes()
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
| Modifier and Type | Method and Description |
|---|---|
ChannelMessage.Builder |
ChannelMessage.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in
the PushNotificationPreferences. |
ChannelMessageSummary.Builder |
ChannelMessageSummary.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The message attribues listed in a the summary of a channel message.
|
SendChannelMessageRequest.Builder |
SendChannelMessageRequest.Builder.messageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in
the PushNotificationPreferences. |
Copyright © 2021. All rights reserved.