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 |
---|---|
SdkPublisher<TopicRuleListItem> |
ListTopicRulesPublisher.rules()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TopicRuleListItem> |
ListTopicRulesIterable.rules()
Returns an iterable to iterate through the paginated
ListTopicRulesResponse.rules() member. |
Copyright © 2020. All rights reserved.