| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.clone() |
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.withKeyValue(String keyValue)
The value of the key used as a filter to select only the alarms associated with the key.
|
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.withNote(String note)
The note that you can leave when you snooze the alarm.
|
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.withRequestId(String requestId)
The request ID.
|
SnoozeAlarmActionRequest |
SnoozeAlarmActionRequest.withSnoozeDuration(Integer snoozeDuration)
The snooze time in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnoozeAlarmActionRequest> |
BatchSnoozeAlarmRequest.getSnoozeActionRequests()
The list of snooze action requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchSnoozeAlarmRequest |
BatchSnoozeAlarmRequest.withSnoozeActionRequests(SnoozeAlarmActionRequest... snoozeActionRequests)
The list of snooze action requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchSnoozeAlarmRequest.setSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests.
|
BatchSnoozeAlarmRequest |
BatchSnoozeAlarmRequest.withSnoozeActionRequests(Collection<SnoozeAlarmActionRequest> snoozeActionRequests)
The list of snooze action requests.
|
Copyright © 2022. All rights reserved.