| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmModelSummary |
AlarmModelSummary.clone() |
AlarmModelSummary |
AlarmModelSummary.withAlarmModelDescription(String alarmModelDescription)
The description of the alarm model.
|
AlarmModelSummary |
AlarmModelSummary.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
AlarmModelSummary |
AlarmModelSummary.withCreationTime(Date creationTime)
The time the alarm model was created, in the Unix epoch format.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlarmModelSummary> |
ListAlarmModelsResult.getAlarmModelSummaries()
A list that summarizes each alarm model.
|
| Modifier and Type | Method and Description |
|---|---|
ListAlarmModelsResult |
ListAlarmModelsResult.withAlarmModelSummaries(AlarmModelSummary... alarmModelSummaries)
A list that summarizes each alarm model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAlarmModelsResult.setAlarmModelSummaries(Collection<AlarmModelSummary> alarmModelSummaries)
A list that summarizes each alarm model.
|
ListAlarmModelsResult |
ListAlarmModelsResult.withAlarmModelSummaries(Collection<AlarmModelSummary> alarmModelSummaries)
A list that summarizes each alarm model.
|
Copyright © 2021. All rights reserved.