| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ForwardedValues.Builder |
ForwardedValues.builder() |
ForwardedValues.Builder |
ForwardedValues.Builder.cookies(CookiePreference cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
ForwardedValues.Builder |
ForwardedValues.Builder.headers(Headers headers)
A complex type that specifies the
Headers, if any, that you want CloudFront to vary upon for
this cache behavior. |
ForwardedValues.Builder |
ForwardedValues.Builder.queryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this
cache behavior and cache based on the query string parameters.
|
ForwardedValues.Builder |
ForwardedValues.Builder.queryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use
for caching for this cache behavior.
|
ForwardedValues.Builder |
ForwardedValues.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForwardedValues.Builder> |
ForwardedValues.serializableBuilderClass() |
Copyright © 2017. All rights reserved.