Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicyHeadersConfig |
CachePolicyHeadersConfig.clone() |
CachePolicyHeadersConfig |
ParametersInCacheKeyAndForwardedToOrigin.getHeadersConfig()
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and
in requests that CloudFront sends to the origin.
|
CachePolicyHeadersConfig |
CachePolicyHeadersConfig.withHeaderBehavior(CachePolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the
origin.
|
CachePolicyHeadersConfig |
CachePolicyHeadersConfig.withHeaderBehavior(String headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the
origin.
|
CachePolicyHeadersConfig |
CachePolicyHeadersConfig.withHeaders(Headers headers) |
Modifier and Type | Method and Description |
---|---|
void |
ParametersInCacheKeyAndForwardedToOrigin.setHeadersConfig(CachePolicyHeadersConfig headersConfig)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and
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
in requests that CloudFront sends to the origin.
|
Copyright © 2023. All rights reserved.