| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
IotSiteWiseAction |
IotSiteWiseAction.clone() |
IotSiteWiseAction |
AlarmAction.getIotSiteWise() |
IotSiteWiseAction |
Action.getIotSiteWise()
Sends information about the detector model instance and the event that triggered the action to an asset property
in AWS IoT SiteWise .
|
IotSiteWiseAction |
IotSiteWiseAction.withAssetId(String assetId)
The ID of the asset that has the specified property.
|
IotSiteWiseAction |
IotSiteWiseAction.withEntryId(String entryId)
A unique identifier for this entry.
|
IotSiteWiseAction |
IotSiteWiseAction.withPropertyAlias(String propertyAlias)
The alias of the asset property.
|
IotSiteWiseAction |
IotSiteWiseAction.withPropertyId(String propertyId)
The ID of the asset property.
|
IotSiteWiseAction |
IotSiteWiseAction.withPropertyValue(AssetPropertyValue propertyValue)
The value to send to the asset property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmAction.setIotSiteWise(IotSiteWiseAction iotSiteWise) |
void |
Action.setIotSiteWise(IotSiteWiseAction iotSiteWise)
Sends information about the detector model instance and the event that triggered the action to an asset property
in AWS IoT SiteWise .
|
AlarmAction |
AlarmAction.withIotSiteWise(IotSiteWiseAction iotSiteWise) |
Action |
Action.withIotSiteWise(IotSiteWiseAction iotSiteWise)
Sends information about the detector model instance and the event that triggered the action to an asset property
in AWS IoT SiteWise .
|
Copyright © 2024. All rights reserved.