| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
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 message content.
|
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.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.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 © 2022. All rights reserved.