| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafWebAclRule> |
AwsWafWebAclDetails.rules()
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafWebAclDetails.Builder |
AwsWafWebAclDetails.Builder.rules(AwsWafWebAclRule... rules)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the
rule.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafWebAclDetails.Builder |
AwsWafWebAclDetails.Builder.rules(Collection<AwsWafWebAclRule> rules)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the
rule.
|
Copyright © 2023. All rights reserved.