Uses of Interface
software.amazon.awssdk.services.waf.model.FieldToMatch.Builder
-
Packages that use FieldToMatch.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of FieldToMatch.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return FieldToMatch.Builder Modifier and Type Method Description static FieldToMatch.BuilderFieldToMatch. builder()FieldToMatch.BuilderFieldToMatch.Builder. data(String data)When the value ofTypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer.FieldToMatch.BuilderFieldToMatch. toBuilder()FieldToMatch.BuilderFieldToMatch.Builder. type(String type)The part of the web request that you want AWS WAF to search for a specified string.FieldToMatch.BuilderFieldToMatch.Builder. type(MatchFieldType type)The part of the web request that you want AWS WAF to search for a specified string.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type FieldToMatch.Builder Modifier and Type Method Description static Class<? extends FieldToMatch.Builder>FieldToMatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type FieldToMatch.Builder Modifier and Type Method Description default ByteMatchTuple.BuilderByteMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)The part of a web request that you want AWS WAF to search, such as a specified header or a query string.default RegexMatchTuple.BuilderRegexMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for theRegexPatternSet.default SizeConstraint.BuilderSizeConstraint.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for the size constraint.default SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for snippets of malicious SQL code.default XssMatchTuple.BuilderXssMatchTuple.Builder. fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)Specifies where in a web request to look for cross-site scripting attacks.
-