| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
DescribeChannelResult.getChannel()
An object that contains information about the channel.
|
Channel |
Channel.withArn(String arn)
The ARN of the channel.
|
Channel |
Channel.withCreationTime(Date creationTime)
When the channel was created.
|
Channel |
Channel.withLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the channel.
|
Channel |
Channel.withLastUpdateTime(Date lastUpdateTime)
When the channel was last updated.
|
Channel |
Channel.withName(String name)
The name of the channel.
|
Channel |
Channel.withRetentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the channel.
|
Channel |
Channel.withStatus(ChannelStatus status)
The status of the channel.
|
Channel |
Channel.withStatus(String status)
The status of the channel.
|
Channel |
Channel.withStorage(ChannelStorage storage)
Where channel data is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChannelResult.setChannel(Channel channel)
An object that contains information about the channel.
|
DescribeChannelResult |
DescribeChannelResult.withChannel(Channel channel)
An object that contains information about the channel.
|
Copyright © 2022. All rights reserved.