| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelMessageSummary |
ChannelMessageSummary.clone() |
ChannelMessageSummary |
ChannelMessageSummary.withContent(String content)
The content of the message.
|
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.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.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.