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