Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CacheTagConfig.Builder
Packages that use CacheTagConfig.Builder
-
Uses of CacheTagConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CacheTagConfig.BuilderModifier and TypeMethodDescriptionstatic CacheTagConfig.BuilderCacheTagConfig.builder()CacheTagConfig.Builder.headerName(String headerName) The name of the HTTP header that your origin includes in responses.CacheTagConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CacheTagConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CacheTagConfig.Builder>CacheTagConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CacheTagConfig.BuilderModifier and TypeMethodDescriptiondefault DistributionConfig.BuilderDistributionConfig.Builder.cacheTagConfig(Consumer<CacheTagConfig.Builder> cacheTagConfig) Configuration for cache tag extraction from origin responses.