| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.clone() |
DeviceShadowEnrichActivity |
PipelineActivity.getDeviceShadowEnrich()
Adds information from the AWS IoT Device Shadows service to a message.
|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.withAttribute(String attribute)
The name of the attribute that is added to the message.
|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.withName(String name)
The name of the 'deviceShadowEnrich' activity.
|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.withNext(String next)
The next activity in the pipeline.
|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.withRoleArn(String roleArn)
The ARN of the role that allows access to the device's shadow.
|
DeviceShadowEnrichActivity |
DeviceShadowEnrichActivity.withThingName(String thingName)
The name of the IoT device whose shadow information is added to the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setDeviceShadowEnrich(DeviceShadowEnrichActivity deviceShadowEnrich)
Adds information from the AWS IoT Device Shadows service to a message.
|
PipelineActivity |
PipelineActivity.withDeviceShadowEnrich(DeviceShadowEnrichActivity deviceShadowEnrich)
Adds information from the AWS IoT Device Shadows service to a message.
|
Copyright © 2020. All rights reserved.