| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmState |
AlarmState.clone() |
AlarmState |
Alarm.getAlarmState()
Contains information about the current state of the alarm.
|
AlarmState |
AlarmState.withCustomerAction(CustomerAction customerAction)
Contains information about the action that you can take to respond to the alarm.
|
AlarmState |
AlarmState.withRuleEvaluation(RuleEvaluation ruleEvaluation)
Information needed to evaluate data.
|
AlarmState |
AlarmState.withStateName(AlarmStateName stateName)
The name of the alarm state.
|
AlarmState |
AlarmState.withStateName(String stateName)
The name of the alarm state.
|
AlarmState |
AlarmState.withSystemEvent(SystemEvent systemEvent)
Contains information about alarm state changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Alarm.setAlarmState(AlarmState alarmState)
Contains information about the current state of the alarm.
|
Alarm |
Alarm.withAlarmState(AlarmState alarmState)
Contains information about the current state of the alarm.
|
Copyright © 2024. All rights reserved.