| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleDetails |
AwsWafRegionalRuleDetails.clone() |
AwsWafRegionalRuleDetails |
ResourceDetails.getAwsWafRegionalRule()
Details about an WAF rule for Regional resources.
|
AwsWafRegionalRuleDetails |
AwsWafRegionalRuleDetails.withMetricName(String metricName)
A name for the metrics for the rule.
|
AwsWafRegionalRuleDetails |
AwsWafRegionalRuleDetails.withName(String name)
A descriptive name for the rule.
|
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. |
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. |
AwsWafRegionalRuleDetails |
AwsWafRegionalRuleDetails.withRuleId(String ruleId)
The ID of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsWafRegionalRule(AwsWafRegionalRuleDetails awsWafRegionalRule)
Details about an WAF rule for Regional resources.
|
ResourceDetails |
ResourceDetails.withAwsWafRegionalRule(AwsWafRegionalRuleDetails awsWafRegionalRule)
Details about an WAF rule for Regional resources.
|
Copyright © 2023. All rights reserved.