Uses of Interface
software.amazon.awssdk.services.lightsail.model.CookieObject.Builder
-
Packages that use CookieObject.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of CookieObject.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return CookieObject.Builder Modifier and Type Method Description static CookieObject.BuilderCookieObject. builder()CookieObject.BuilderCookieObject.Builder. cookiesAllowList(String... cookiesAllowList)The specific cookies to forward to your distribution's origin.CookieObject.BuilderCookieObject.Builder. cookiesAllowList(Collection<String> cookiesAllowList)The specific cookies to forward to your distribution's origin.CookieObject.BuilderCookieObject.Builder. option(String option)Specifies which cookies to forward to the distribution's origin for a cache behavior:all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.CookieObject.BuilderCookieObject.Builder. option(ForwardValues option)Specifies which cookies to forward to the distribution's origin for a cache behavior:all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.CookieObject.BuilderCookieObject. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type CookieObject.Builder Modifier and Type Method Description static Class<? extends CookieObject.Builder>CookieObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type CookieObject.Builder Modifier and Type Method Description default CacheSettings.BuilderCacheSettings.Builder. forwardedCookies(Consumer<CookieObject.Builder> forwardedCookies)An object that describes the cookies that are forwarded to the origin.
-