| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelMessageSummary |
ChannelMessageSummary.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
ChannelMessageSummary |
ChannelMessageSummary.clearMessageAttributesEntries()
Removes all the entries added into MessageAttributes.
|
ChannelMessageSummary |
ChannelMessageSummary.clone() |
ChannelMessageSummary |
ChannelMessageSummary.withContent(String content)
The content of the channel message.
|
ChannelMessageSummary |
ChannelMessageSummary.withContentType(String contentType)
The content type of the channel message listed in the summary.
|
ChannelMessageSummary |
ChannelMessageSummary.withCreatedTimestamp(Date createdTimestamp)
The time at which the message summary was created.
|
ChannelMessageSummary |
ChannelMessageSummary.withLastEditedTimestamp(Date lastEditedTimestamp)
The time at which a message was last edited.
|
ChannelMessageSummary |
ChannelMessageSummary.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which a message was last updated.
|
ChannelMessageSummary |
ChannelMessageSummary.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the channel message.
|
ChannelMessageSummary |
ChannelMessageSummary.withMessageId(String messageId)
The ID of the message.
|
ChannelMessageSummary |
ChannelMessageSummary.withMetadata(String metadata)
The metadata of the message.
|
ChannelMessageSummary |
ChannelMessageSummary.withRedacted(Boolean redacted)
Indicates whether a message was redacted.
|
ChannelMessageSummary |
ChannelMessageSummary.withSender(Identity sender)
The message sender.
|
ChannelMessageSummary |
ChannelMessageSummary.withStatus(ChannelMessageStatusStructure status)
The message status.
|
ChannelMessageSummary |
ChannelMessageSummary.withTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessageSummary |
ChannelMessageSummary.withTarget(Target... target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessageSummary |
ChannelMessageSummary.withType(ChannelMessageType type)
The type of message.
|
ChannelMessageSummary |
ChannelMessageSummary.withType(String type)
The type of message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelMessageSummary> |
ListChannelMessagesResult.getChannelMessages()
The information about, and content of, each requested message.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelMessagesResult |
ListChannelMessagesResult.withChannelMessages(ChannelMessageSummary... channelMessages)
The information about, and content of, each requested message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelMessagesResult.setChannelMessages(Collection<ChannelMessageSummary> channelMessages)
The information about, and content of, each requested message.
|
ListChannelMessagesResult |
ListChannelMessagesResult.withChannelMessages(Collection<ChannelMessageSummary> channelMessages)
The information about, and content of, each requested message.
|
Copyright © 2023. All rights reserved.