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 TopicRuleListItemTopicRuleListItem. clone()TopicRuleListItemTopicRuleListItem. withCreatedAt(Date createdAt)The date and time the rule was created.TopicRuleListItemTopicRuleListItem. withRuleArn(String ruleArn)The rule ARN.TopicRuleListItemTopicRuleListItem. withRuleDisabled(Boolean ruleDisabled)Specifies whether the rule is disabled.TopicRuleListItemTopicRuleListItem. withRuleName(String ruleName)The name of the rule.TopicRuleListItemTopicRuleListItem. 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 ListTopicRulesResultListTopicRulesResult. withRules(TopicRuleListItem... rules)The rules.Method parameters in com.amazonaws.services.iot.model with type arguments of type TopicRuleListItem Modifier and Type Method Description voidListTopicRulesResult. setRules(Collection<TopicRuleListItem> rules)The rules.ListTopicRulesResultListTopicRulesResult. withRules(Collection<TopicRuleListItem> rules)The rules.
-