| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
EnableAlarmActionRequest |
EnableAlarmActionRequest.clone() |
EnableAlarmActionRequest |
EnableAlarmActionRequest.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
EnableAlarmActionRequest |
EnableAlarmActionRequest.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
EnableAlarmActionRequest |
EnableAlarmActionRequest.withNote(String note)
The note that you can leave when you enable the alarm.
|
EnableAlarmActionRequest |
EnableAlarmActionRequest.withRequestId(String requestId)
The request ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnableAlarmActionRequest> |
BatchEnableAlarmRequest.getEnableActionRequests()
The list of enable action requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableAlarmRequest |
BatchEnableAlarmRequest.withEnableActionRequests(EnableAlarmActionRequest... enableActionRequests)
The list of enable action requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEnableAlarmRequest.setEnableActionRequests(Collection<EnableAlarmActionRequest> enableActionRequests)
The list of enable action requests.
|
BatchEnableAlarmRequest |
BatchEnableAlarmRequest.withEnableActionRequests(Collection<EnableAlarmActionRequest> enableActionRequests)
The list of enable action requests.
|
Copyright © 2022. All rights reserved.