| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmSummary |
AlarmSummary.clone() |
AlarmSummary |
AlarmSummary.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
AlarmSummary |
AlarmSummary.withAlarmModelVersion(String alarmModelVersion)
The version of the alarm model.
|
AlarmSummary |
AlarmSummary.withCreationTime(Date creationTime)
The time the alarm was created, in the Unix epoch format.
|
AlarmSummary |
AlarmSummary.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
AlarmSummary |
AlarmSummary.withLastUpdateTime(Date lastUpdateTime)
The time the alarm was last updated, in the Unix epoch format.
|
AlarmSummary |
AlarmSummary.withStateName(AlarmStateName stateName)
The name of the alarm state.
|
AlarmSummary |
AlarmSummary.withStateName(String stateName)
The name of the alarm state.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlarmSummary> |
ListAlarmsResult.getAlarmSummaries()
A list that summarizes each alarm.
|
| Modifier and Type | Method and Description |
|---|---|
ListAlarmsResult |
ListAlarmsResult.withAlarmSummaries(AlarmSummary... alarmSummaries)
A list that summarizes each alarm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlarmsResult.setAlarmSummaries(Collection<AlarmSummary> alarmSummaries)
A list that summarizes each alarm.
|
ListAlarmsResult |
ListAlarmsResult.withAlarmSummaries(Collection<AlarmSummary> alarmSummaries)
A list that summarizes each alarm.
|
Copyright © 2023. All rights reserved.