| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRulePredicateListDetails |
AwsWafRulePredicateListDetails.clone() |
AwsWafRulePredicateListDetails |
AwsWafRulePredicateListDetails.withDataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetId or IPSetId. |
AwsWafRulePredicateListDetails |
AwsWafRulePredicateListDetails.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. |
AwsWafRulePredicateListDetails |
AwsWafRulePredicateListDetails.withType(String type)
The type of predicate in a rule, such as
ByteMatch or IPSet. |
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRulePredicateListDetails> |
AwsWafRuleDetails.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 |
|---|---|
AwsWafRuleDetails |
AwsWafRuleDetails.withPredicateList(AwsWafRulePredicateListDetails... 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 |
AwsWafRuleDetails.setPredicateList(Collection<AwsWafRulePredicateListDetails> 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. |
AwsWafRuleDetails |
AwsWafRuleDetails.withPredicateList(Collection<AwsWafRulePredicateListDetails> 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 © 2022. All rights reserved.