Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRegionalRuleGroupRulesDetails
-
Packages that use AwsWafRegionalRuleGroupRulesDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRegionalRuleGroupRulesDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRegionalRuleGroupRulesDetails Modifier and Type Method Description List<AwsWafRegionalRuleGroupRulesDetails>AwsWafRegionalRuleGroupDetails. rules()Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafRegionalRuleGroupRulesDetails Modifier and Type Method Description AwsWafRegionalRuleGroupDetails.BuilderAwsWafRegionalRuleGroupDetails.Builder. rules(AwsWafRegionalRuleGroupRulesDetails... rules)Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafRegionalRuleGroupRulesDetails Modifier and Type Method Description AwsWafRegionalRuleGroupDetails.BuilderAwsWafRegionalRuleGroupDetails.Builder. rules(Collection<AwsWafRegionalRuleGroupRulesDetails> rules)Provides information about the rule statements used to identify the web requests that you want to allow, block, or count.
-