| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
SelectAttributesActivity |
SelectAttributesActivity.clone() |
SelectAttributesActivity |
PipelineActivity.getSelectAttributes()
Creates a new message using only the specified attributes from the original message.
|
SelectAttributesActivity |
SelectAttributesActivity.withAttributes(Collection<String> attributes)
A list of the attributes to select from the message.
|
SelectAttributesActivity |
SelectAttributesActivity.withAttributes(String... attributes)
A list of the attributes to select from the message.
|
SelectAttributesActivity |
SelectAttributesActivity.withName(String name)
The name of the 'selectAttributes' activity.
|
SelectAttributesActivity |
SelectAttributesActivity.withNext(String next)
The next activity in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setSelectAttributes(SelectAttributesActivity selectAttributes)
Creates a new message using only the specified attributes from the original message.
|
PipelineActivity |
PipelineActivity.withSelectAttributes(SelectAttributesActivity selectAttributes)
Creates a new message using only the specified attributes from the original message.
|
Copyright © 2018. All rights reserved.