Uses of Class
com.amazonaws.services.iot.model.Action
-
Packages that use Action Package Description com.amazonaws.services.iot.model -
-
Uses of Action in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return Action Modifier and Type Method 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.Methods in com.amazonaws.services.iot.model that return types with arguments of type Action Modifier and Type Method Description List<Action>
TopicRule. getActions()
The actions associated with the rule.List<Action>
TopicRulePayload. getActions()
The actions associated with the rule.Methods in com.amazonaws.services.iot.model with parameters of type Action Modifier and Type Method Description TopicRule
TopicRule. withActions(Action... actions)
The actions associated with the rule.TopicRulePayload
TopicRulePayload. withActions(Action... actions)
The actions associated with the rule.Method parameters in com.amazonaws.services.iot.model with type arguments of type Action Modifier and Type Method Description void
TopicRule. setActions(Collection<Action> actions)
The actions associated with the rule.void
TopicRulePayload. setActions(Collection<Action> actions)
The actions associated with the rule.TopicRule
TopicRule. withActions(Collection<Action> actions)
The actions associated with the rule.TopicRulePayload
TopicRulePayload. withActions(Collection<Action> actions)
The actions associated with the rule.
-