Uses of Class
software.amazon.awssdk.services.wafv2.model.ManagedRuleGroupSummary
-
Packages that use ManagedRuleGroupSummary Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ManagedRuleGroupSummary in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ManagedRuleGroupSummary Modifier and Type Method Description List<ManagedRuleGroupSummary>ListAvailableManagedRuleGroupsResponse. managedRuleGroups()Array of managed rule groups that you can use.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ManagedRuleGroupSummary Modifier and Type Method Description ListAvailableManagedRuleGroupsResponse.BuilderListAvailableManagedRuleGroupsResponse.Builder. managedRuleGroups(ManagedRuleGroupSummary... managedRuleGroups)Array of managed rule groups that you can use.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type ManagedRuleGroupSummary Modifier and Type Method Description ListAvailableManagedRuleGroupsResponse.BuilderListAvailableManagedRuleGroupsResponse.Builder. managedRuleGroups(Collection<ManagedRuleGroupSummary> managedRuleGroups)Array of managed rule groups that you can use.
-