Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ForwardedValues |
ForwardedValues.clone() |
ForwardedValues |
DefaultCacheBehavior.getForwardedValues()
A complex type that specifies how CloudFront handles query strings and cookies.
|
ForwardedValues |
CacheBehavior.getForwardedValues()
A complex type that specifies how CloudFront handles query strings and cookies.
|
ForwardedValues |
ForwardedValues.withCookies(CookiePreference cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
ForwardedValues |
ForwardedValues.withHeaders(Headers headers)
A complex type that specifies the
Headers , if any, that you want CloudFront to base caching on for
this cache behavior. |
ForwardedValues |
ForwardedValues.withQueryString(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 |
ForwardedValues.withQueryStringCacheKeys(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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheBehavior.setForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
void |
CacheBehavior.setForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
CacheBehavior |
CacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
Copyright © 2019. All rights reserved.