| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRulePredicateListDetails |
AwsWafRegionalRulePredicateListDetails.clone() |
AwsWafRegionalRulePredicateListDetails |
AwsWafRegionalRulePredicateListDetails.withDataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetId or IPSetId. |
AwsWafRegionalRulePredicateListDetails |
AwsWafRegionalRulePredicateListDetails.withNegated(Boolean negated)
Specifies if you want WAF to allow, block, or count requests based on the settings in the
ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
RegexMatchSet, GeoMatchSet, or SizeConstraintSet. |
AwsWafRegionalRulePredicateListDetails |
AwsWafRegionalRulePredicateListDetails.withType(String type)
The type of predicate in a rule, such as
ByteMatch or IPSet. |
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRegionalRulePredicateListDetails> |
AwsWafRegionalRuleDetails.getPredicateList()
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 |
AwsWafRegionalRuleDetails.withPredicateList(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 |
|---|---|
void |
AwsWafRegionalRuleDetails.setPredicateList(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. |
AwsWafRegionalRuleDetails |
AwsWafRegionalRuleDetails.withPredicateList(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 © 2024. All rights reserved.