Uses of Class
software.amazon.awssdk.services.wafv2.model.LabelMatchScope
-
Packages that use LabelMatchScope Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LabelMatchScope in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return LabelMatchScope Modifier and Type Method Description static LabelMatchScopeLabelMatchScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LabelMatchScopeLabelMatchStatement. scope()Specify whether you want to match using the label name or just the namespace.static LabelMatchScopeLabelMatchScope. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelMatchScope[]LabelMatchScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LabelMatchScope Modifier and Type Method Description static Set<LabelMatchScope>LabelMatchScope. knownValues()Methods in software.amazon.awssdk.services.wafv2.model with parameters of type LabelMatchScope Modifier and Type Method Description LabelMatchStatement.BuilderLabelMatchStatement.Builder. scope(LabelMatchScope scope)Specify whether you want to match using the label name or just the namespace.
-