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