Uses of Class
software.amazon.awssdk.services.wafv2.model.Label
-
Packages that use Label Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of Label in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type Label Modifier and Type Method Description List<Label>SampledHTTPRequest. labels()Labels applied to the web request by matching rules.List<Label>Rule. ruleLabels()Labels to apply to web requests that match the rule match statement.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type Label Modifier and Type Method Description SampledHTTPRequest.BuilderSampledHTTPRequest.Builder. labels(Label... labels)Labels applied to the web request by matching rules.Rule.BuilderRule.Builder. ruleLabels(Label... ruleLabels)Labels to apply to web requests that match the rule match statement.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type Label Modifier and Type Method Description SampledHTTPRequest.BuilderSampledHTTPRequest.Builder. labels(Collection<Label> labels)Labels applied to the web request by matching rules.Rule.BuilderRule.Builder. ruleLabels(Collection<Label> ruleLabels)Labels to apply to web requests that match the rule match statement.
-