| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelActivity |
ChannelActivity.clone() |
ChannelActivity |
PipelineActivity.getChannel()
Determines the source of the messages to be processed.
|
ChannelActivity |
ChannelActivity.withChannelName(String channelName)
The name of the channel from which the messages are processed.
|
ChannelActivity |
ChannelActivity.withName(String name)
The name of the 'channel' activity.
|
ChannelActivity |
ChannelActivity.withNext(String next)
The next activity in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setChannel(ChannelActivity channel)
Determines the source of the messages to be processed.
|
PipelineActivity |
PipelineActivity.withChannel(ChannelActivity channel)
Determines the source of the messages to be processed.
|
Copyright © 2020. All rights reserved.