Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicyCookiesConfig |
CachePolicyCookiesConfig.clone() |
CachePolicyCookiesConfig |
ParametersInCacheKeyAndForwardedToOrigin.getCookiesConfig()
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.
|
CachePolicyCookiesConfig |
CachePolicyCookiesConfig.withCookieBehavior(CachePolicyCookieBehavior cookieBehavior)
Determines whether any cookies in viewer requests are included in the cache key and automatically included in
requests that CloudFront sends to the origin.
|
CachePolicyCookiesConfig |
CachePolicyCookiesConfig.withCookieBehavior(String cookieBehavior)
Determines whether any cookies in viewer requests are included in the cache key and automatically included in
requests that CloudFront sends to the origin.
|
CachePolicyCookiesConfig |
CachePolicyCookiesConfig.withCookies(CookieNames cookies) |
Modifier and Type | Method and Description |
---|---|
void |
ParametersInCacheKeyAndForwardedToOrigin.setCookiesConfig(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.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.
|
Copyright © 2022. All rights reserved.