| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
RuleUpdate.predicate()
The ID of the
Predicate (such as an IPSet) that you want to add to a Rule. |
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
RateBasedRule.matchPredicates()
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a RateBasedRule. |
List<Predicate> |
Rule.predicates()
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a Rule. |
| Modifier and Type | Method and Description |
|---|---|
RateBasedRule.Builder |
RateBasedRule.Builder.matchPredicates(Predicate... matchPredicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a RateBasedRule. |
RuleUpdate.Builder |
RuleUpdate.Builder.predicate(Predicate predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to a
Rule. |
Rule.Builder |
Rule.Builder.predicates(Predicate... predicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a Rule. |
| Modifier and Type | Method and Description |
|---|---|
RateBasedRule.Builder |
RateBasedRule.Builder.matchPredicates(Collection<Predicate> matchPredicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a RateBasedRule. |
Rule.Builder |
Rule.Builder.predicates(Collection<Predicate> predicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a Rule. |
Copyright © 2023. All rights reserved.