Uses of Class
software.amazon.awssdk.services.waf.model.MatchFieldType
-
Packages that use MatchFieldType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of MatchFieldType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return MatchFieldType Modifier and Type Method Description static MatchFieldTypeMatchFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MatchFieldTypeFieldToMatch. type()The part of the web request that you want AWS WAF to search for a specified string.static MatchFieldTypeMatchFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchFieldType[]MatchFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type MatchFieldType Modifier and Type Method Description static Set<MatchFieldType>MatchFieldType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type MatchFieldType Modifier and Type Method Description FieldToMatch.BuilderFieldToMatch.Builder. type(MatchFieldType type)The part of the web request that you want AWS WAF to search for a specified string.
-