Uses of Interface
software.amazon.awssdk.services.wafv2.model.Cookies.Builder
-
Packages that use Cookies.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of Cookies.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return Cookies.Builder Modifier and Type Method Description static Cookies.BuilderCookies. builder()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.Cookies.BuilderCookies.Builder. matchPattern(CookieMatchPattern matchPattern)The filter to use to identify the subset of cookies to inspect in a web request.Cookies.BuilderCookies.Builder. matchScope(String matchScope)The parts of the cookies to inspect with the rule inspection criteria.Cookies.BuilderCookies.Builder. matchScope(MapMatchScope matchScope)The parts of the cookies to inspect with the rule inspection criteria.Cookies.BuilderCookies.Builder. oversizeHandling(String oversizeHandling)What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.Cookies.BuilderCookies.Builder. oversizeHandling(OversizeHandling oversizeHandling)What WAF should do if the cookies of the request are more numerous or larger than WAF can inspect.Cookies.BuilderCookies. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type Cookies.Builder Modifier and Type Method Description static Class<? extends Cookies.Builder>Cookies. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type Cookies.Builder Modifier and Type Method Description default FieldToMatch.BuilderFieldToMatch.Builder. cookies(Consumer<Cookies.Builder> cookies)Inspect the request cookies.
-