| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelMessage |
ChannelMessage.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
ChannelMessage |
ChannelMessage.clearMessageAttributesEntries()
Removes all the entries added into MessageAttributes.
|
ChannelMessage |
ChannelMessage.clone() |
ChannelMessage |
GetChannelMessageResult.getChannelMessage()
The details of and content in the message.
|
ChannelMessage |
ChannelMessage.withChannelArn(String channelArn)
The ARN of the channel.
|
ChannelMessage |
ChannelMessage.withContent(String content)
The content of the channel message.
|
ChannelMessage |
ChannelMessage.withContentType(String contentType)
The content type of the channel message.
|
ChannelMessage |
ChannelMessage.withCreatedTimestamp(Date createdTimestamp)
The time at which the message was created.
|
ChannelMessage |
ChannelMessage.withLastEditedTimestamp(Date lastEditedTimestamp)
The time at which a message was edited.
|
ChannelMessage |
ChannelMessage.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which a message was updated.
|
ChannelMessage |
ChannelMessage.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
The attributes for the channel message.
|
ChannelMessage |
ChannelMessage.withMessageId(String messageId)
The ID of a message.
|
ChannelMessage |
ChannelMessage.withMetadata(String metadata)
The message metadata.
|
ChannelMessage |
ChannelMessage.withPersistence(ChannelMessagePersistenceType persistence)
The persistence setting for a channel message.
|
ChannelMessage |
ChannelMessage.withPersistence(String persistence)
The persistence setting for a channel message.
|
ChannelMessage |
ChannelMessage.withRedacted(Boolean redacted)
Hides the content of a message.
|
ChannelMessage |
ChannelMessage.withSender(Identity sender)
The message sender.
|
ChannelMessage |
ChannelMessage.withStatus(ChannelMessageStatusStructure status)
The status of the channel message.
|
ChannelMessage |
ChannelMessage.withSubChannelId(String subChannelId)
The ID of the SubChannel.
|
ChannelMessage |
ChannelMessage.withTarget(Collection<Target> target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessage |
ChannelMessage.withTarget(Target... target)
The target of a message, a sender, a user, or a bot.
|
ChannelMessage |
ChannelMessage.withType(ChannelMessageType type)
The message type.
|
ChannelMessage |
ChannelMessage.withType(String type)
The message type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetChannelMessageResult.setChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
|
GetChannelMessageResult |
GetChannelMessageResult.withChannelMessage(ChannelMessage channelMessage)
The details of and content in the message.
|
Copyright © 2023. All rights reserved.