| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CookieMatchPattern.Builder |
CookieMatchPattern.Builder.all(All all)
Inspect all cookies.
|
default CookieMatchPattern.Builder |
CookieMatchPattern.Builder.all(Consumer<All.Builder> all)
Inspect all cookies.
|
static CookieMatchPattern.Builder |
CookieMatchPattern.builder() |
CookieMatchPattern.Builder |
CookieMatchPattern.Builder.excludedCookies(Collection<String> excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern.Builder |
CookieMatchPattern.Builder.excludedCookies(String... excludedCookies)
Inspect only the cookies whose keys don't match any of the strings specified here.
|
CookieMatchPattern.Builder |
CookieMatchPattern.Builder.includedCookies(Collection<String> includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
CookieMatchPattern.Builder |
CookieMatchPattern.Builder.includedCookies(String... includedCookies)
Inspect only the cookies that have a key that matches one of the strings specified here.
|
CookieMatchPattern.Builder |
CookieMatchPattern.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CookieMatchPattern.Builder> |
CookieMatchPattern.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.