| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TopicRuleListItem> |
ListTopicRulesResponse.rules()
The rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRulesResponse.Builder |
ListTopicRulesResponse.Builder.rules(TopicRuleListItem... rules)
The rules.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRulesResponse.Builder |
ListTopicRulesResponse.Builder.rules(Collection<TopicRuleListItem> rules)
The rules.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TopicRuleListItem> |
ListTopicRulesIterable.rules()
Returns an iterable to iterate through the paginated
ListTopicRulesResponse.rules() member. |
SdkPublisher<TopicRuleListItem> |
ListTopicRulesPublisher.rules()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.