| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRulesResult |
AWSIotClient.listTopicRules(ListTopicRulesRequest listTopicRulesRequest)
Lists the rules for the specific topic.
|
ListTopicRulesResult |
AWSIot.listTopicRules(ListTopicRulesRequest listTopicRulesRequest)
Lists the rules for the specific topic.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRulesRequest |
ListTopicRulesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListTopicRulesRequest |
ListTopicRulesRequest.withNextToken(String nextToken)
A token used to retrieve the next value.
|
ListTopicRulesRequest |
ListTopicRulesRequest.withRuleDisabled(Boolean ruleDisabled)
Specifies whether the rule is disabled.
|
ListTopicRulesRequest |
ListTopicRulesRequest.withTopic(String topic)
The topic.
|
Copyright © 2017. All rights reserved.