Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private CloudwatchAlarmAction |
Action.cloudwatchAlarm
Change the state of a CloudWatch alarm.
|
Modifier and Type | Method and Description |
---|---|
CloudwatchAlarmAction |
CloudwatchAlarmAction.clone() |
CloudwatchAlarmAction |
Action.getCloudwatchAlarm()
Change the state of a CloudWatch alarm.
|
CloudwatchAlarmAction |
CloudwatchAlarmAction.withAlarmName(java.lang.String alarmName)
The CloudWatch alarm name.
|
CloudwatchAlarmAction |
CloudwatchAlarmAction.withRoleArn(java.lang.String roleArn)
The IAM role that allows access to the CloudWatch alarm.
|
CloudwatchAlarmAction |
CloudwatchAlarmAction.withStateReason(java.lang.String stateReason)
The reason for the alarm change.
|
CloudwatchAlarmAction |
CloudwatchAlarmAction.withStateValue(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
CloudwatchAlarmAction |
CloudwatchAlarmActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CloudwatchAlarmActionJsonMarshaller.marshall(CloudwatchAlarmAction cloudwatchAlarmAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|