Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<TopicRuleListItem> |
ListTopicRulesResult.getRules()
The rules.
|
Modifier and Type | Method and Description |
---|---|
ListTopicRulesResult |
ListTopicRulesResult.withRules(TopicRuleListItem... rules)
The rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTopicRulesResult.setRules(Collection<TopicRuleListItem> rules)
The rules.
|
ListTopicRulesResult |
ListTopicRulesResult.withRules(Collection<TopicRuleListItem> rules)
The rules.
|
Copyright © 2021. All rights reserved.