| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
IotSiteWiseAction |
IotSiteWiseAction.clone() |
IotSiteWiseAction |
Action.getIotSiteWise()
Sends data from the MQTT message that triggered the rule to IoT SiteWise asset properties.
|
IotSiteWiseAction |
IotSiteWiseAction.withPutAssetPropertyValueEntries(Collection<PutAssetPropertyValueEntry> putAssetPropertyValueEntries)
A list of asset property value entries.
|
IotSiteWiseAction |
IotSiteWiseAction.withPutAssetPropertyValueEntries(PutAssetPropertyValueEntry... putAssetPropertyValueEntries)
A list of asset property value entries.
|
IotSiteWiseAction |
IotSiteWiseAction.withRoleArn(String roleArn)
The ARN of the role that grants IoT permission to send an asset property value to IoT SiteWise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setIotSiteWise(IotSiteWiseAction iotSiteWise)
Sends data from the MQTT message that triggered the rule to IoT SiteWise asset properties.
|
Action |
Action.withIotSiteWise(IotSiteWiseAction iotSiteWise)
Sends data from the MQTT message that triggered the rule to IoT SiteWise asset properties.
|
Copyright © 2023. All rights reserved.