Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicyHeadersConfig
-
Packages that use CachePolicyHeadersConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CachePolicyHeadersConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyHeadersConfig Modifier and Type Method Description CachePolicyHeadersConfigParametersInCacheKeyAndForwardedToOrigin. 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.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicyHeadersConfig Modifier and Type Method Description ParametersInCacheKeyAndForwardedToOrigin.BuilderParametersInCacheKeyAndForwardedToOrigin.Builder. headersConfig(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.
-