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 TopicRule
TopicRule. clone()
TopicRule
GetTopicRuleResult. getRule()
The rule.TopicRule
TopicRule. withActions(Action... actions)
The actions associated with the rule.TopicRule
TopicRule. withActions(Collection<Action> actions)
The actions associated with the rule.TopicRule
TopicRule. withAwsIotSqlVersion(String awsIotSqlVersion)
The version of the SQL rules engine to use when evaluating the rule.TopicRule
TopicRule. withCreatedAt(Date createdAt)
The date and time the rule was created.TopicRule
TopicRule. withDescription(String description)
The description of the rule.TopicRule
TopicRule. withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.TopicRule
TopicRule. withRuleName(String ruleName)
The name of the rule.TopicRule
TopicRule. 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 void
GetTopicRuleResult. setRule(TopicRule rule)
The rule.GetTopicRuleResult
GetTopicRuleResult. withRule(TopicRule rule)
The rule.
-