| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmAction |
AlarmAction.clone() |
AlarmAction |
AlarmAction.withDynamoDB(DynamoDBAction dynamoDB) |
AlarmAction |
AlarmAction.withDynamoDBv2(DynamoDBv2Action dynamoDBv2) |
AlarmAction |
AlarmAction.withFirehose(FirehoseAction firehose) |
AlarmAction |
AlarmAction.withIotEvents(IotEventsAction iotEvents) |
AlarmAction |
AlarmAction.withIotSiteWise(IotSiteWiseAction iotSiteWise) |
AlarmAction |
AlarmAction.withIotTopicPublish(IotTopicPublishAction iotTopicPublish) |
AlarmAction |
AlarmAction.withLambda(LambdaAction lambda) |
AlarmAction |
AlarmAction.withSns(SNSTopicPublishAction sns) |
AlarmAction |
AlarmAction.withSqs(SqsAction sqs) |
| Modifier and Type | Method and Description |
|---|---|
List<AlarmAction> |
AlarmEventActions.getAlarmActions()
Specifies one or more supported actions to receive notifications when the alarm state changes.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmEventActions |
AlarmEventActions.withAlarmActions(AlarmAction... alarmActions)
Specifies one or more supported actions to receive notifications when the alarm state changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmEventActions.setAlarmActions(Collection<AlarmAction> alarmActions)
Specifies one or more supported actions to receive notifications when the alarm state changes.
|
AlarmEventActions |
AlarmEventActions.withAlarmActions(Collection<AlarmAction> alarmActions)
Specifies one or more supported actions to receive notifications when the alarm state changes.
|
Copyright © 2023. All rights reserved.