Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.