Uses of Class
software.amazon.awssdk.services.waf.model.FieldToMatch
-
Packages that use FieldToMatch Package Description software.amazon.awssdk.services.waf.model -
-
Uses of FieldToMatch in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return FieldToMatch Modifier and Type Method Description FieldToMatchByteMatchTuple. fieldToMatch()The part of a web request that you want AWS WAF to search, such as a specified header or a query string.FieldToMatchRegexMatchTuple. fieldToMatch()Specifies where in a web request to look for theRegexPatternSet.FieldToMatchSizeConstraint. fieldToMatch()Specifies where in a web request to look for the size constraint.FieldToMatchSqlInjectionMatchTuple. fieldToMatch()Specifies where in a web request to look for snippets of malicious SQL code.FieldToMatchXssMatchTuple. fieldToMatch()Specifies where in a web request to look for cross-site scripting attacks.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type FieldToMatch Modifier and Type Method Description List<FieldToMatch>LoggingConfiguration. redactedFields()The parts of the request that you want redacted from the logs.Methods in software.amazon.awssdk.services.waf.model with parameters of type FieldToMatch Modifier and Type Method Description ByteMatchTuple.BuilderByteMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of a web request that you want AWS WAF to search, such as a specified header or a query string.RegexMatchTuple.BuilderRegexMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for theRegexPatternSet.SizeConstraint.BuilderSizeConstraint.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for the size constraint.SqlInjectionMatchTuple.BuilderSqlInjectionMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for snippets of malicious SQL code.XssMatchTuple.BuilderXssMatchTuple.Builder. fieldToMatch(FieldToMatch fieldToMatch)Specifies where in a web request to look for cross-site scripting attacks.LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(FieldToMatch... redactedFields)The parts of the request that you want redacted from the logs.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type FieldToMatch Modifier and Type Method Description LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(Collection<FieldToMatch> redactedFields)The parts of the request that you want redacted from the logs.
-