| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model | |
| software.amazon.awssdk.services.networkfirewall.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupMetadata> |
ListRuleGroupsResponse.ruleGroups()
The rule group metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResponse.Builder |
ListRuleGroupsResponse.Builder.ruleGroups(RuleGroupMetadata... ruleGroups)
The rule group metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResponse.Builder |
ListRuleGroupsResponse.Builder.ruleGroups(Collection<RuleGroupMetadata> ruleGroups)
The rule group metadata objects that you've defined.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<RuleGroupMetadata> |
ListRuleGroupsPublisher.ruleGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RuleGroupMetadata> |
ListRuleGroupsIterable.ruleGroups()
Returns an iterable to iterate through the paginated
ListRuleGroupsResponse.ruleGroups() member. |
Copyright © 2023. All rights reserved.