| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
TopicRulePayload.getErrorAction()
The action to take when an error occurs.
|
Action |
TopicRule.getErrorAction()
The action to perform when an error occurs.
|
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.withDynamoDBv2(DynamoDBv2Action dynamoDBv2)
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.withSalesforce(SalesforceAction salesforce)
Send a message to a Salesforce IoT Cloud Input Stream.
|
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 |
|---|---|
void |
TopicRulePayload.setErrorAction(Action errorAction)
The action to take when an error occurs.
|
void |
TopicRule.setErrorAction(Action errorAction)
The action to perform when an error occurs.
|
TopicRulePayload |
TopicRulePayload.withActions(Action... actions)
The actions associated with the rule.
|
TopicRule |
TopicRule.withActions(Action... actions)
The actions associated with the rule.
|
TopicRulePayload |
TopicRulePayload.withErrorAction(Action errorAction)
The action to take when an error occurs.
|
TopicRule |
TopicRule.withErrorAction(Action errorAction)
The action to perform when an error occurs.
|
| 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.