Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafWebAclRule
-
Packages that use AwsWafWebAclRule Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafWebAclRule in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafWebAclRule Modifier and Type Method 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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafWebAclRule Modifier and Type Method Description AwsWafWebAclDetails.BuilderAwsWafWebAclDetails.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.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafWebAclRule Modifier and Type Method Description AwsWafWebAclDetails.BuilderAwsWafWebAclDetails.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.
-