| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRegionalRulePredicateListDetails> |
AwsWafRegionalRuleDetails.predicateList()
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you
want to negate the settings. |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.predicateList(AwsWafRegionalRulePredicateListDetails... predicateList)
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings. |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.predicateList(Collection<AwsWafRegionalRulePredicateListDetails> predicateList)
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings. |
Copyright © 2023. All rights reserved.