Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.clone() |
Action |
Action.withCloudwatchAlarm(CloudwatchAlarmAction cloudwatchAlarm)
Change the state of a CloudWatch alarm.
|
Action |
Action.withCloudwatchMetric(CloudwatchMetricAction cloudwatchMetric)
Capture a CloudWatch metric.
|
Action |
Action.withDynamoDB(DynamoDBAction dynamoDB)
Write to a DynamoDB table.
|
Action |
Action.withElasticsearch(ElasticsearchAction elasticsearch)
Write data to an Amazon Elasticsearch Service; domain.
|
Action |
Action.withFirehose(FirehoseAction firehose)
Write to an Amazon Kinesis Firehose stream.
|
Action |
Action.withKinesis(KinesisAction kinesis)
Write data to an Amazon Kinesis stream.
|
Action |
Action.withLambda(LambdaAction lambda)
Invoke a Lambda function.
|
Action |
Action.withRepublish(RepublishAction republish)
Publish to another MQTT topic.
|
Action |
Action.withS3(S3Action s3)
Write to an Amazon S3 bucket.
|
Action |
Action.withSns(SnsAction sns)
Publish to an Amazon SNS topic.
|
Action |
Action.withSqs(SqsAction sqs)
Publish to an Amazon SQS queue.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
TopicRulePayload.getActions()
The actions associated with the rule.
|
List<Action> |
TopicRule.getActions()
The actions associated with the rule.
|
Modifier and Type | Method and Description |
---|---|
TopicRulePayload |
TopicRulePayload.withActions(Action... actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withActions(Action... actions)
The actions associated with the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicRulePayload.setActions(Collection<Action> actions)
The actions associated with the rule.
|
void |
TopicRule.setActions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withActions(Collection<Action> actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withActions(Collection<Action> actions)
The actions associated with the rule.
|
Copyright © 2018. All rights reserved.