Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRegionalWebAclRulesListDetails
-
Packages that use AwsWafRegionalWebAclRulesListDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRegionalWebAclRulesListDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRegionalWebAclRulesListDetails Modifier and Type Method Description List<AwsWafRegionalWebAclRulesListDetails>AwsWafRegionalWebAclDetails. rulesList()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 AwsWafRegionalWebAclRulesListDetails Modifier and Type Method Description AwsWafRegionalWebAclDetails.BuilderAwsWafRegionalWebAclDetails.Builder. rulesList(AwsWafRegionalWebAclRulesListDetails... rulesList)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 AwsWafRegionalWebAclRulesListDetails Modifier and Type Method Description AwsWafRegionalWebAclDetails.BuilderAwsWafRegionalWebAclDetails.Builder. rulesList(Collection<AwsWafRegionalWebAclRulesListDetails> rulesList)An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
-