Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.clone() |
ParametersInCacheKeyAndForwardedToOrigin |
CachePolicyConfig.getParametersInCacheKeyAndForwardedToOrigin()
The HTTP headers, cookies, and URL query strings to include in the cache key.
|
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withCookiesConfig(CachePolicyCookiesConfig cookiesConfig)
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the
cache key and automatically included in requests that CloudFront sends to the origin.
|
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withEnableAcceptEncodingBrotli(Boolean enableAcceptEncodingBrotli)
A flag that can affect whether the
Accept-Encoding HTTP header is included in the cache key and
included in requests that CloudFront sends to the origin. |
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withEnableAcceptEncodingGzip(Boolean enableAcceptEncodingGzip)
A flag that can affect whether the
Accept-Encoding HTTP header is included in the cache key and
included in requests that CloudFront sends to the origin. |
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withHeadersConfig(CachePolicyHeadersConfig headersConfig)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and
automatically included in requests that CloudFront sends to the origin.
|
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withQueryStringsConfig(CachePolicyQueryStringsConfig queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are
included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
Modifier and Type | Method and Description |
---|---|
void |
CachePolicyConfig.setParametersInCacheKeyAndForwardedToOrigin(ParametersInCacheKeyAndForwardedToOrigin parametersInCacheKeyAndForwardedToOrigin)
The HTTP headers, cookies, and URL query strings to include in the cache key.
|
CachePolicyConfig |
CachePolicyConfig.withParametersInCacheKeyAndForwardedToOrigin(ParametersInCacheKeyAndForwardedToOrigin parametersInCacheKeyAndForwardedToOrigin)
The HTTP headers, cookies, and URL query strings to include in the cache key.
|
Copyright © 2022. All rights reserved.