| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupUpdate> |
UpdateRuleGroupRequest.updates()
An array of
RuleGroupUpdate objects that you want to insert into or delete from a RuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleGroupRequest.Builder |
UpdateRuleGroupRequest.Builder.updates(RuleGroupUpdate... updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleGroupRequest.Builder |
UpdateRuleGroupRequest.Builder.updates(Collection<RuleGroupUpdate> updates)
An array of
RuleGroupUpdate objects that you want to insert into or delete from a
RuleGroup. |
Copyright © 2023. All rights reserved.