Uses of Class
software.amazon.awssdk.services.wafv2.model.ByteMatchStatement
-
Packages that use ByteMatchStatement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ByteMatchStatement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ByteMatchStatement Modifier and Type Method Description ByteMatchStatementStatement. byteMatchStatement()A rule statement that defines a string match search for WAF to apply to web requests.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ByteMatchStatement Modifier and Type Method Description Statement.BuilderStatement.Builder. byteMatchStatement(ByteMatchStatement byteMatchStatement)A rule statement that defines a string match search for WAF to apply to web requests.
-