| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static AlarmNotification.Builder |
AlarmNotification.builder() |
AlarmNotification.Builder |
AlarmNotification.Builder.notificationActions(Collection<NotificationAction> notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification.Builder |
AlarmNotification.Builder.notificationActions(Consumer<NotificationAction.Builder>... notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification.Builder |
AlarmNotification.Builder.notificationActions(NotificationAction... notificationActions)
Contains the notification settings of an alarm model.
|
AlarmNotification.Builder |
AlarmNotification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AlarmNotification.Builder> |
AlarmNotification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAlarmModelRequest.Builder |
CreateAlarmModelRequest.Builder.alarmNotification(Consumer<AlarmNotification.Builder> alarmNotification)
Contains information about one or more notification actions.
|
default DescribeAlarmModelResponse.Builder |
DescribeAlarmModelResponse.Builder.alarmNotification(Consumer<AlarmNotification.Builder> alarmNotification)
Contains information about one or more notification actions.
|
default UpdateAlarmModelRequest.Builder |
UpdateAlarmModelRequest.Builder.alarmNotification(Consumer<AlarmNotification.Builder> alarmNotification)
Contains information about one or more notification actions.
|
Copyright © 2022. All rights reserved.