| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSummary |
CreateRuleGroupResponse.summary()
High-level information about a RuleGroup, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupSummary> |
ListRuleGroupsResponse.ruleGroups()
Array of rule groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResponse.Builder |
ListRuleGroupsResponse.Builder.ruleGroups(RuleGroupSummary... ruleGroups)
Array of rule groups.
|
CreateRuleGroupResponse.Builder |
CreateRuleGroupResponse.Builder.summary(RuleGroupSummary summary)
High-level information about a RuleGroup, returned by operations like create and list.
|
| Modifier and Type | Method and Description |
|---|---|
ListRuleGroupsResponse.Builder |
ListRuleGroupsResponse.Builder.ruleGroups(Collection<RuleGroupSummary> ruleGroups)
Array of rule groups.
|
Copyright © 2023. All rights reserved.