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 CloudwatchAlarmAction
CloudwatchAlarmAction. clone()
CloudwatchAlarmAction
Action. getCloudwatchAlarm()
Change the state of a CloudWatch alarm.CloudwatchAlarmAction
CloudwatchAlarmAction. withAlarmName(String alarmName)
The CloudWatch alarm name.CloudwatchAlarmAction
CloudwatchAlarmAction. withRoleArn(String roleArn)
The IAM role that allows access to the CloudWatch alarm.CloudwatchAlarmAction
CloudwatchAlarmAction. withStateReason(String stateReason)
The reason for the alarm change.CloudwatchAlarmAction
CloudwatchAlarmAction. 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 void
Action. setCloudwatchAlarm(CloudwatchAlarmAction cloudwatchAlarm)
Change the state of a CloudWatch alarm.Action
Action. withCloudwatchAlarm(CloudwatchAlarmAction cloudwatchAlarm)
Change the state of a CloudWatch alarm.
-