Uses of Class
com.amazonaws.services.iot.model.Action
Packages that use Action
-
Uses of Action in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return ActionModifier and TypeMethodDescriptionAction.clone()
Action.withCloudwatchAlarm
(CloudwatchAlarmAction cloudwatchAlarm) Change the state of a CloudWatch alarm.Action.withCloudwatchMetric
(CloudwatchMetricAction cloudwatchMetric) Capture a CloudWatch metric.Action.withDynamoDB
(DynamoDBAction dynamoDB) Write to a DynamoDB table.Action.withElasticsearch
(ElasticsearchAction elasticsearch) Write data to an Amazon Elasticsearch Service; domain.Action.withFirehose
(FirehoseAction firehose) Write to an Amazon Kinesis Firehose stream.Action.withKinesis
(KinesisAction kinesis) Write data to an Amazon Kinesis stream.Action.withLambda
(LambdaAction lambda) Invoke a Lambda function.Action.withRepublish
(RepublishAction republish) Publish to another MQTT topic.Write to an Amazon S3 bucket.Publish to an Amazon SNS topic.Publish to an Amazon SQS queue.Methods in com.amazonaws.services.iot.model that return types with arguments of type ActionModifier and TypeMethodDescriptionTopicRule.getActions()
The actions associated with the rule.TopicRulePayload.getActions()
The actions associated with the rule.Methods in com.amazonaws.services.iot.model with parameters of type ActionModifier and TypeMethodDescriptionTopicRule.withActions
(Action... actions) The actions associated with the rule.TopicRulePayload.withActions
(Action... actions) The actions associated with the rule.Method parameters in com.amazonaws.services.iot.model with type arguments of type ActionModifier and TypeMethodDescriptionvoid
TopicRule.setActions
(Collection<Action> actions) The actions associated with the rule.void
TopicRulePayload.setActions
(Collection<Action> actions) The actions associated with the rule.TopicRule.withActions
(Collection<Action> actions) The actions associated with the rule.TopicRulePayload.withActions
(Collection<Action> actions) The actions associated with the rule.