| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafWebAclDetails |
AwsWafWebAclDetails.clone() |
AwsWafWebAclDetails |
ResourceDetails.getAwsWafWebAcl()
Details for an WAF WebACL.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withDefaultAction(String defaultAction)
The action to perform if none of the rules contained in the WebACL match.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withName(String name)
A friendly name or description of the WebACL.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withRules(AwsWafWebAclRule... rules)
An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withRules(Collection<AwsWafWebAclRule> rules)
An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withWebAclId(String webAclId)
A unique identifier for a WebACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsWafWebAcl(AwsWafWebAclDetails awsWafWebAcl)
Details for an WAF WebACL.
|
ResourceDetails |
ResourceDetails.withAwsWafWebAcl(AwsWafWebAclDetails awsWafWebAcl)
Details for an WAF WebACL.
|
Copyright © 2021. All rights reserved.