| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Cookies |
Cookies.clone() |
Cookies |
FieldToMatch.getCookies()
Inspect the request cookies.
|
Cookies |
Cookies.withMatchPattern(CookieMatchPattern matchPattern)
The filter to use to identify the subset of cookies to inspect in a web request.
|
Cookies |
Cookies.withMatchScope(MapMatchScope matchScope)
The parts of the cookies to inspect with the rule inspection criteria.
|
Cookies |
Cookies.withMatchScope(String matchScope)
The parts of the cookies to inspect with the rule inspection criteria.
|
Cookies |
Cookies.withOversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
Cookies |
Cookies.withOversizeHandling(String oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldToMatch.setCookies(Cookies cookies)
Inspect the request cookies.
|
FieldToMatch |
FieldToMatch.withCookies(Cookies cookies)
Inspect the request cookies.
|
Copyright © 2023. All rights reserved.