| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
MessageAttributeValue |
MessageAttributeValue.clone() |
MessageAttributeValue |
MessageAttributeValue.withStringValues(Collection<String> stringValues)
The strings in a message attribute value.
|
MessageAttributeValue |
MessageAttributeValue.withStringValues(String... stringValues)
The strings in a message attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageAttributeValue> |
ChannelMessageSummary.getMessageAttributes()
The message attribues listed in a the summary of a channel message.
|
Map<String,MessageAttributeValue> |
ChannelMessage.getMessageAttributes()
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
Map<String,MessageAttributeValue> |
ChannelMessageCallback.getMessageAttributes()
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
Map<String,MessageAttributeValue> |
SendChannelMessageRequest.getMessageAttributes()
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
| Modifier and Type | Method and Description |
|---|---|
ChannelMessageSummary |
ChannelMessageSummary.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
ChannelMessage |
ChannelMessage.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
ChannelMessageCallback |
ChannelMessageCallback.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
SendChannelMessageRequest |
SendChannelMessageRequest.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelMessageSummary.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The message attribues listed in a the summary of a channel message.
|
void |
ChannelMessage.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
void |
ChannelMessageCallback.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
void |
SendChannelMessageRequest.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
ChannelMessageSummary |
ChannelMessageSummary.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The message attribues listed in a the summary of a channel message.
|
ChannelMessage |
ChannelMessage.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
ChannelMessageCallback |
ChannelMessageCallback.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
SendChannelMessageRequest |
SendChannelMessageRequest.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the message, used for message filtering along with a
FilterRule defined in the
PushNotificationPreferences. |
Copyright © 2022. All rights reserved.