| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgeAlarmActionRequest |
AcknowledgeAlarmActionRequest.clone() |
AcknowledgeAlarmActionRequest |
AcknowledgeAlarmActionRequest.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
AcknowledgeAlarmActionRequest |
AcknowledgeAlarmActionRequest.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
AcknowledgeAlarmActionRequest |
AcknowledgeAlarmActionRequest.withNote(String note)
The note that you can leave when you acknowledge the alarm.
|
AcknowledgeAlarmActionRequest |
AcknowledgeAlarmActionRequest.withRequestId(String requestId)
The request ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcknowledgeAlarmActionRequest> |
BatchAcknowledgeAlarmRequest.getAcknowledgeActionRequests()
The list of acknowledge action requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAcknowledgeAlarmRequest |
BatchAcknowledgeAlarmRequest.withAcknowledgeActionRequests(AcknowledgeAlarmActionRequest... acknowledgeActionRequests)
The list of acknowledge action requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAcknowledgeAlarmRequest.setAcknowledgeActionRequests(Collection<AcknowledgeAlarmActionRequest> acknowledgeActionRequests)
The list of acknowledge action requests.
|
BatchAcknowledgeAlarmRequest |
BatchAcknowledgeAlarmRequest.withAcknowledgeActionRequests(Collection<AcknowledgeAlarmActionRequest> acknowledgeActionRequests)
The list of acknowledge action requests.
|
Copyright © 2021. All rights reserved.