Uses of Class
com.amazonaws.services.iot.model.TopicRuleListItem
Packages that use TopicRuleListItem
-
Uses of TopicRuleListItem in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return TopicRuleListItemModifier and TypeMethodDescriptionTopicRuleListItem.clone()
TopicRuleListItem.withCreatedAt
(Date createdAt) The date and time the rule was created.TopicRuleListItem.withRuleArn
(String ruleArn) The rule ARN.TopicRuleListItem.withRuleDisabled
(Boolean ruleDisabled) Specifies whether the rule is disabled.TopicRuleListItem.withRuleName
(String ruleName) The name of the rule.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 TopicRuleListItemMethods in com.amazonaws.services.iot.model with parameters of type TopicRuleListItemModifier and TypeMethodDescriptionListTopicRulesResult.withRules
(TopicRuleListItem... rules) The rules.Method parameters in com.amazonaws.services.iot.model with type arguments of type TopicRuleListItemModifier and TypeMethodDescriptionvoid
ListTopicRulesResult.setRules
(Collection<TopicRuleListItem> rules) The rules.ListTopicRulesResult.withRules
(Collection<TopicRuleListItem> rules) The rules.