Uses of Class
software.amazon.awssdk.services.wafv2.model.FieldToMatch
-
Packages that use FieldToMatch Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of FieldToMatch in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return FieldToMatch Modifier and Type Method Description FieldToMatchByteMatchStatement. fieldToMatch()The part of the web request that you want WAF to inspect.FieldToMatchRegexMatchStatement. fieldToMatch()The part of the web request that you want WAF to inspect.FieldToMatchRegexPatternSetReferenceStatement. fieldToMatch()The part of the web request that you want WAF to inspect.FieldToMatchSizeConstraintStatement. fieldToMatch()The part of the web request that you want WAF to inspect.FieldToMatchSqliMatchStatement. fieldToMatch()The part of the web request that you want WAF to inspect.FieldToMatchXssMatchStatement. fieldToMatch()The part of the web request that you want WAF to inspect.Methods in software.amazon.awssdk.services.wafv2.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 to keep out of the logs.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type FieldToMatch Modifier and Type Method Description ByteMatchStatement.BuilderByteMatchStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.RegexMatchStatement.BuilderRegexMatchStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.RegexPatternSetReferenceStatement.BuilderRegexPatternSetReferenceStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.SizeConstraintStatement.BuilderSizeConstraintStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.SqliMatchStatement.BuilderSqliMatchStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.XssMatchStatement.BuilderXssMatchStatement.Builder. fieldToMatch(FieldToMatch fieldToMatch)The part of the web request that you want WAF to inspect.LoggingConfiguration.BuilderLoggingConfiguration.Builder. redactedFields(FieldToMatch... redactedFields)The parts of the request that you want to keep out of the logs.Method parameters in software.amazon.awssdk.services.wafv2.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 to keep out of the logs.
-