Uses of Enum
com.amazonaws.services.waf.model.MatchFieldType
Packages that use MatchFieldType
-
Uses of MatchFieldType in com.amazonaws.services.waf.model
Subclasses with type arguments of type MatchFieldType in com.amazonaws.services.waf.modelMethods in com.amazonaws.services.waf.model that return MatchFieldTypeModifier and TypeMethodDescriptionstatic MatchFieldTypeUse this in place of valueOf.static MatchFieldTypeReturns 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 com.amazonaws.services.waf.model with parameters of type MatchFieldTypeModifier and TypeMethodDescriptionvoidFieldToMatch.setType(MatchFieldType type) The part of the web request that you want AWS WAF to search for a specified string.FieldToMatch.withType(MatchFieldType type) The part of the web request that you want AWS WAF to search for a specified string.