Uses of Class
software.amazon.awssdk.services.wafv2.model.ManagedRuleGroupConfig
-
Packages that use ManagedRuleGroupConfig Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ManagedRuleGroupConfig in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ManagedRuleGroupConfig Modifier and Type Method Description List<ManagedRuleGroupConfig>ManagedRuleGroupStatement. managedRuleGroupConfigs()Additional information that's used by a managed rule group.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ManagedRuleGroupConfig Modifier and Type Method Description ManagedRuleGroupStatement.BuilderManagedRuleGroupStatement.Builder. managedRuleGroupConfigs(ManagedRuleGroupConfig... managedRuleGroupConfigs)Additional information that's used by a managed rule group.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ManagedRuleGroupConfig Modifier and Type Method Description ManagedRuleGroupStatement.BuilderManagedRuleGroupStatement.Builder. managedRuleGroupConfigs(Collection<ManagedRuleGroupConfig> managedRuleGroupConfigs)Additional information that's used by a managed rule group.
-