| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CookieMatchPattern |
CookieMatchPattern.clone() |
CookieMatchPattern |
Cookies.getMatchPattern()
The filter to use to identify the subset of cookies to inspect in a web request.
|
CookieMatchPattern |
CookieMatchPattern.withAll(All all)
Inspect all cookies.
|
CookieMatchPattern |
CookieMatchPattern.withExcludedCookies(Collection<String> excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern |
CookieMatchPattern.withExcludedCookies(String... excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern |
CookieMatchPattern.withIncludedCookies(Collection<String> includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
CookieMatchPattern |
CookieMatchPattern.withIncludedCookies(String... includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cookies.setMatchPattern(CookieMatchPattern matchPattern)
The filter to use to identify the subset of cookies to inspect in a web request.
|
Cookies |
Cookies.withMatchPattern(CookieMatchPattern matchPattern)
The filter to use to identify the subset of cookies to inspect in a web request.
|
Copyright © 2024. All rights reserved.