Uses of Class
software.amazon.awssdk.services.iotevents.model.AlarmAction
-
Packages that use AlarmAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of AlarmAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type AlarmAction Modifier and Type Method Description List<AlarmAction>AlarmEventActions. alarmActions()Specifies one or more supported actions to receive notifications when the alarm state changes.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type AlarmAction Modifier and Type Method Description AlarmEventActions.BuilderAlarmEventActions.Builder. alarmActions(AlarmAction... alarmActions)Specifies one or more supported actions to receive notifications when the alarm state changes.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type AlarmAction Modifier and Type Method Description AlarmEventActions.BuilderAlarmEventActions.Builder. alarmActions(Collection<AlarmAction> alarmActions)Specifies one or more supported actions to receive notifications when the alarm state changes.
-