Uses of Class
com.amazonaws.services.iot.model.CloudwatchAlarmAction
Packages that use CloudwatchAlarmAction
-
Uses of CloudwatchAlarmAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CloudwatchAlarmActionModifier and TypeMethodDescriptionCloudwatchAlarmAction.clone()
Action.getCloudwatchAlarm()
Change the state of a CloudWatch alarm.CloudwatchAlarmAction.withAlarmName
(String alarmName) The CloudWatch alarm name.CloudwatchAlarmAction.withRoleArn
(String roleArn) The IAM role that allows access to the CloudWatch alarm.CloudwatchAlarmAction.withStateReason
(String stateReason) The reason for the alarm change.CloudwatchAlarmAction.withStateValue
(String stateValue) The value of the alarm state.Methods in com.amazonaws.services.iot.model with parameters of type CloudwatchAlarmActionModifier and TypeMethodDescriptionvoid
Action.setCloudwatchAlarm
(CloudwatchAlarmAction cloudwatchAlarm) Change the state of a CloudWatch alarm.Action.withCloudwatchAlarm
(CloudwatchAlarmAction cloudwatchAlarm) Change the state of a CloudWatch alarm.