Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRuleGroupRulesDetails
-
Packages that use AwsWafRuleGroupRulesDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRuleGroupRulesDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRuleGroupRulesDetails Modifier and Type Method Description List<AwsWafRuleGroupRulesDetails>AwsWafRuleGroupDetails. rules()Provides information about the rules attached to the rule group.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafRuleGroupRulesDetails Modifier and Type Method Description AwsWafRuleGroupDetails.BuilderAwsWafRuleGroupDetails.Builder. rules(AwsWafRuleGroupRulesDetails... rules)Provides information about the rules attached to the rule group.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafRuleGroupRulesDetails Modifier and Type Method Description AwsWafRuleGroupDetails.BuilderAwsWafRuleGroupDetails.Builder. rules(Collection<AwsWafRuleGroupRulesDetails> rules)Provides information about the rules attached to the rule group.
-