Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyHeadersConfig.Builder
Packages that use CachePolicyHeadersConfig.Builder
-
Uses of CachePolicyHeadersConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyHeadersConfig.BuilderModifier and TypeMethodDescriptionCachePolicyHeadersConfig.builder()CachePolicyHeadersConfig.Builder.headerBehavior(String headerBehavior) Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin.CachePolicyHeadersConfig.Builder.headerBehavior(CachePolicyHeaderBehavior headerBehavior) Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin.default CachePolicyHeadersConfig.BuilderCachePolicyHeadersConfig.Builder.headers(Consumer<Headers.Builder> headers) Sets the value of the Headers property for this object.Sets the value of the Headers property for this object.CachePolicyHeadersConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyHeadersConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachePolicyHeadersConfig.Builder>CachePolicyHeadersConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicyHeadersConfig.BuilderModifier and TypeMethodDescriptionParametersInCacheKeyAndForwardedToOrigin.Builder.headersConfig(Consumer<CachePolicyHeadersConfig.Builder> 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.