| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.clone() |
DeviceRegistryEnrichActivity |
PipelineActivity.getDeviceRegistryEnrich()
Adds data from the AWS IoT device registry to your message.
|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.withAttribute(String attribute)
The name of the attribute that is added to the message.
|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.withName(String name)
The name of the 'deviceRegistryEnrich' activity.
|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.withNext(String next)
The next activity in the pipeline.
|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.withRoleArn(String roleArn)
The ARN of the role that allows access to the device's registry information.
|
DeviceRegistryEnrichActivity |
DeviceRegistryEnrichActivity.withThingName(String thingName)
The name of the IoT device whose registry information is added to the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineActivity.setDeviceRegistryEnrich(DeviceRegistryEnrichActivity deviceRegistryEnrich)
Adds data from the AWS IoT device registry to your message.
|
PipelineActivity |
PipelineActivity.withDeviceRegistryEnrich(DeviceRegistryEnrichActivity deviceRegistryEnrich)
Adds data from the AWS IoT device registry to your message.
|
Copyright © 2020. All rights reserved.