| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
DescribeChannelResult.getChannel()
The channel details.
|
Channel |
Channel.withChannelArn(String channelArn)
The ARN of the channel.
|
Channel |
Channel.withCreatedBy(Identity createdBy)
The administrator who created the channel.
|
Channel |
Channel.withCreatedTimestamp(Date createdTimestamp)
The time at which the administrator created the channel.
|
Channel |
Channel.withLastMessageTimestamp(Date lastMessageTimestamp)
The time at which a member sent the last message in a session.
|
Channel |
Channel.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which a channel was last updated.
|
Channel |
Channel.withMetadata(String metadata)
The metadata of the channel.
|
Channel |
Channel.withMode(ChannelMode mode)
The mode of the channel.
|
Channel |
Channel.withMode(String mode)
The mode of the channel.
|
Channel |
Channel.withName(String name)
The name of the channel.
|
Channel |
Channel.withPrivacy(ChannelPrivacy privacy)
The channel's privacy setting,
PUBLIC or HIDDEN. |
Channel |
Channel.withPrivacy(String privacy)
The channel's privacy setting,
PUBLIC or HIDDEN. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChannelResult.setChannel(Channel channel)
The channel details.
|
DescribeChannelResult |
DescribeChannelResult.withChannel(Channel channel)
The channel details.
|
Copyright © 2021. All rights reserved.