Uses of Enum
com.amazonaws.services.waf.model.MatchFieldType
Packages that use MatchFieldType
-
Uses of MatchFieldType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return MatchFieldTypeModifier and TypeMethodDescriptionstatic MatchFieldType
Use this in place of valueOf.static MatchFieldType
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 com.amazonaws.services.waf.model with parameters of type MatchFieldTypeModifier and TypeMethodDescriptionvoid
FieldToMatch.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.