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 ActionAction. clone()ActionAction. withCloudwatchAlarm(CloudwatchAlarmAction cloudwatchAlarm)Change the state of a CloudWatch alarm.ActionAction. withCloudwatchMetric(CloudwatchMetricAction cloudwatchMetric)Capture a CloudWatch metric.ActionAction. withDynamoDB(DynamoDBAction dynamoDB)Write to a DynamoDB table.ActionAction. withElasticsearch(ElasticsearchAction elasticsearch)Write data to an Amazon Elasticsearch Service; domain.ActionAction. withFirehose(FirehoseAction firehose)Write to an Amazon Kinesis Firehose stream.ActionAction. withKinesis(KinesisAction kinesis)Write data to an Amazon Kinesis stream.ActionAction. withLambda(LambdaAction lambda)Invoke a Lambda function.ActionAction. withRepublish(RepublishAction republish)Publish to another MQTT topic.ActionAction. withS3(S3Action s3)Write to an Amazon S3 bucket.ActionAction. withSns(SnsAction sns)Publish to an Amazon SNS topic.ActionAction. 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 TopicRuleTopicRule. withActions(Action... actions)The actions associated with the rule.TopicRulePayloadTopicRulePayload. 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 voidTopicRule. setActions(Collection<Action> actions)The actions associated with the rule.voidTopicRulePayload. setActions(Collection<Action> actions)The actions associated with the rule.TopicRuleTopicRule. withActions(Collection<Action> actions)The actions associated with the rule.TopicRulePayloadTopicRulePayload. withActions(Collection<Action> actions)The actions associated with the rule.
-