| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
DisableAlarmActionRequest |
DisableAlarmActionRequest.clone() |
DisableAlarmActionRequest |
DisableAlarmActionRequest.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
DisableAlarmActionRequest |
DisableAlarmActionRequest.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
DisableAlarmActionRequest |
DisableAlarmActionRequest.withNote(String note)
The note that you can leave when you disable the alarm.
|
DisableAlarmActionRequest |
DisableAlarmActionRequest.withRequestId(String requestId)
The request ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<DisableAlarmActionRequest> |
BatchDisableAlarmRequest.getDisableActionRequests()
The list of disable action requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisableAlarmRequest |
BatchDisableAlarmRequest.withDisableActionRequests(DisableAlarmActionRequest... disableActionRequests)
The list of disable action requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisableAlarmRequest.setDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests.
|
BatchDisableAlarmRequest |
BatchDisableAlarmRequest.withDisableActionRequests(Collection<DisableAlarmActionRequest> disableActionRequests)
The list of disable action requests.
|
Copyright © 2024. All rights reserved.