| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static Cookies.Builder |
Cookies.builder() |
default Cookies.Builder |
Cookies.Builder.matchPattern(Consumer<CookieMatchPattern.Builder> matchPattern)
The filter to use to identify the subset of cookies to inspect in a web request.
|
Cookies.Builder |
Cookies.Builder.matchPattern(CookieMatchPattern matchPattern)
The filter to use to identify the subset of cookies to inspect in a web request.
|
Cookies.Builder |
Cookies.Builder.matchScope(MapMatchScope matchScope)
The parts of the cookies to inspect with the rule inspection criteria.
|
Cookies.Builder |
Cookies.Builder.matchScope(String matchScope)
The parts of the cookies to inspect with the rule inspection criteria.
|
Cookies.Builder |
Cookies.Builder.oversizeHandling(OversizeHandling oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
Cookies.Builder |
Cookies.Builder.oversizeHandling(String oversizeHandling)
What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.
|
Cookies.Builder |
Cookies.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cookies.Builder> |
Cookies.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FieldToMatch.Builder |
FieldToMatch.Builder.cookies(Consumer<Cookies.Builder> cookies)
Inspect the request cookies.
|
Copyright © 2023. All rights reserved.