Uses of Class
software.amazon.awssdk.services.lightsail.model.ForwardValues
-
Packages that use ForwardValues Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ForwardValues in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ForwardValues Modifier and Type Method Description static ForwardValuesForwardValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ForwardValuesCookieObject. 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.ForwardValuesHeaderObject. option()The headers that you want your distribution to forward to your origin and base caching on.static ForwardValuesForwardValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ForwardValues[]ForwardValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ForwardValues Modifier and Type Method Description static Set<ForwardValues>ForwardValues. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ForwardValues Modifier and Type Method Description 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.HeaderObject.BuilderHeaderObject.Builder. option(ForwardValues option)The headers that you want your distribution to forward to your origin and base caching on.
-