| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Alarm |
Alarm.clone() |
Alarm |
DescribeAlarmResult.getAlarm()
Contains information about an alarm.
|
Alarm |
Alarm.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
Alarm |
Alarm.withAlarmModelVersion(String alarmModelVersion)
The version of the alarm model.
|
Alarm |
Alarm.withAlarmState(AlarmState alarmState)
Contains information about the current state of the alarm.
|
Alarm |
Alarm.withCreationTime(Date creationTime)
The time the alarm was created, in the Unix epoch format.
|
Alarm |
Alarm.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
Alarm |
Alarm.withLastUpdateTime(Date lastUpdateTime)
The time the alarm was last updated, in the Unix epoch format.
|
Alarm |
Alarm.withSeverity(Integer severity)
A non-negative integer that reflects the severity level of the alarm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlarmResult.setAlarm(Alarm alarm)
Contains information about an alarm.
|
DescribeAlarmResult |
DescribeAlarmResult.withAlarm(Alarm alarm)
Contains information about an alarm.
|
Copyright © 2022. All rights reserved.