Uses of Class
com.amazonaws.services.iot.model.TopicRuleListItem
-
Packages that use TopicRuleListItem Package Description com.amazonaws.services.iot.model -
-
Uses of TopicRuleListItem in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TopicRuleListItem Modifier and Type Method Description TopicRuleListItem
TopicRuleListItem. clone()
TopicRuleListItem
TopicRuleListItem. withCreatedAt(Date createdAt)
The date and time the rule was created.TopicRuleListItem
TopicRuleListItem. withRuleArn(String ruleArn)
The rule ARN.TopicRuleListItem
TopicRuleListItem. withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.TopicRuleListItem
TopicRuleListItem. withRuleName(String ruleName)
The name of the rule.TopicRuleListItem
TopicRuleListItem. withTopicPattern(String topicPattern)
The pattern for the topic names that apply.Methods in com.amazonaws.services.iot.model that return types with arguments of type TopicRuleListItem Modifier and Type Method Description List<TopicRuleListItem>
ListTopicRulesResult. getRules()
The rules.Methods in com.amazonaws.services.iot.model with parameters of type TopicRuleListItem Modifier and Type Method Description ListTopicRulesResult
ListTopicRulesResult. withRules(TopicRuleListItem... rules)
The rules.Method parameters in com.amazonaws.services.iot.model with type arguments of type TopicRuleListItem Modifier and Type Method Description void
ListTopicRulesResult. setRules(Collection<TopicRuleListItem> rules)
The rules.ListTopicRulesResult
ListTopicRulesResult. withRules(Collection<TopicRuleListItem> rules)
The rules.
-