| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyNotification |
PropertyNotification.clone() |
PropertyNotification |
Property.getNotification()
The asset property's notification topic and state.
|
PropertyNotification |
AssetPropertySummary.getNotification() |
PropertyNotification |
AssetProperty.getNotification()
The asset property's notification topic and state.
|
PropertyNotification |
PropertyNotification.withState(PropertyNotificationState state)
The current notification state.
|
PropertyNotification |
PropertyNotification.withState(String state)
The current notification state.
|
PropertyNotification |
PropertyNotification.withTopic(String topic)
The MQTT topic to which IoT SiteWise publishes property value update notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
void |
AssetPropertySummary.setNotification(PropertyNotification notification) |
void |
AssetProperty.setNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
Property |
Property.withNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
AssetPropertySummary |
AssetPropertySummary.withNotification(PropertyNotification notification) |
AssetProperty |
AssetProperty.withNotification(PropertyNotification notification)
The asset property's notification topic and state.
|
Copyright © 2023. All rights reserved.