Uses of Class
com.amazonaws.services.iot.model.TopicRule
-
Packages that use TopicRule Package Description com.amazonaws.services.iot.model -
-
Uses of TopicRule in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TopicRule Modifier and Type Method Description TopicRuleTopicRule. clone()TopicRuleGetTopicRuleResult. getRule()The rule.TopicRuleTopicRule. withActions(Action... actions)The actions associated with the rule.TopicRuleTopicRule. withActions(Collection<Action> actions)The actions associated with the rule.TopicRuleTopicRule. withAwsIotSqlVersion(String awsIotSqlVersion)The version of the SQL rules engine to use when evaluating the rule.TopicRuleTopicRule. withCreatedAt(Date createdAt)The date and time the rule was created.TopicRuleTopicRule. withDescription(String description)The description of the rule.TopicRuleTopicRule. withRuleDisabled(Boolean ruleDisabled)Specifies whether the rule is disabled.TopicRuleTopicRule. withRuleName(String ruleName)The name of the rule.TopicRuleTopicRule. withSql(String sql)The SQL statement used to query the topic.Methods in com.amazonaws.services.iot.model with parameters of type TopicRule Modifier and Type Method Description voidGetTopicRuleResult. setRule(TopicRule rule)The rule.GetTopicRuleResultGetTopicRuleResult. withRule(TopicRule rule)The rule.
-