Uses of Interface
software.amazon.awssdk.services.wafv2.model.CookieMatchPattern.Builder
-
Packages that use CookieMatchPattern.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CookieMatchPattern.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CookieMatchPattern.Builder Modifier and Type Method Description default CookieMatchPattern.BuilderCookieMatchPattern.Builder. all(Consumer<All.Builder> all)Inspect all cookies.CookieMatchPattern.BuilderCookieMatchPattern.Builder. all(All all)Inspect all cookies.static CookieMatchPattern.BuilderCookieMatchPattern. builder()CookieMatchPattern.BuilderCookieMatchPattern.Builder. excludedCookies(String... excludedCookies)Inspect only the cookies whose keys don't match any of the strings specified here.CookieMatchPattern.BuilderCookieMatchPattern.Builder. excludedCookies(Collection<String> excludedCookies)Inspect only the cookies whose keys don't match any of the strings specified here.CookieMatchPattern.BuilderCookieMatchPattern.Builder. includedCookies(String... includedCookies)Inspect only the cookies that have a key that matches one of the strings specified here.CookieMatchPattern.BuilderCookieMatchPattern.Builder. includedCookies(Collection<String> includedCookies)Inspect only the cookies that have a key that matches one of the strings specified here.CookieMatchPattern.BuilderCookieMatchPattern. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CookieMatchPattern.Builder Modifier and Type Method Description static Class<? extends CookieMatchPattern.Builder>CookieMatchPattern. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CookieMatchPattern.Builder Modifier and Type Method Description default Cookies.BuilderCookies.Builder. matchPattern(Consumer<CookieMatchPattern.Builder> matchPattern)The filter to use to identify the subset of cookies to inspect in a web request.
-