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