Uses of Class
software.amazon.awssdk.services.wafv2.model.LabelSummary
-
Packages that use LabelSummary Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LabelSummary in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LabelSummary Modifier and Type Method Description List<LabelSummary>DescribeManagedRuleGroupResponse. availableLabels()The labels that one or more rules in this rule group add to matching web requests.List<LabelSummary>RuleGroup. availableLabels()The labels that one or more rules in this rule group add to matching web requests.List<LabelSummary>DescribeManagedRuleGroupResponse. consumedLabels()The labels that one or more rules in this rule group match against in label match statements.List<LabelSummary>RuleGroup. consumedLabels()The labels that one or more rules in this rule group match against in label match statements.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type LabelSummary Modifier and Type Method Description DescribeManagedRuleGroupResponse.BuilderDescribeManagedRuleGroupResponse.Builder. availableLabels(LabelSummary... availableLabels)The labels that one or more rules in this rule group add to matching web requests.RuleGroup.BuilderRuleGroup.Builder. availableLabels(LabelSummary... availableLabels)The labels that one or more rules in this rule group add to matching web requests.DescribeManagedRuleGroupResponse.BuilderDescribeManagedRuleGroupResponse.Builder. consumedLabels(LabelSummary... consumedLabels)The labels that one or more rules in this rule group match against in label match statements.RuleGroup.BuilderRuleGroup.Builder. consumedLabels(LabelSummary... consumedLabels)The labels that one or more rules in this rule group match against in label match statements.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type LabelSummary Modifier and Type Method Description DescribeManagedRuleGroupResponse.BuilderDescribeManagedRuleGroupResponse.Builder. availableLabels(Collection<LabelSummary> availableLabels)The labels that one or more rules in this rule group add to matching web requests.RuleGroup.BuilderRuleGroup.Builder. availableLabels(Collection<LabelSummary> availableLabels)The labels that one or more rules in this rule group add to matching web requests.DescribeManagedRuleGroupResponse.BuilderDescribeManagedRuleGroupResponse.Builder. consumedLabels(Collection<LabelSummary> consumedLabels)The labels that one or more rules in this rule group match against in label match statements.RuleGroup.BuilderRuleGroup.Builder. consumedLabels(Collection<LabelSummary> consumedLabels)The labels that one or more rules in this rule group match against in label match statements.
-