Uses of Class
software.amazon.awssdk.services.cloudfront.model.DefaultCacheBehavior
Packages that use DefaultCacheBehavior
-
Uses of DefaultCacheBehavior in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DefaultCacheBehaviorModifier and TypeMethodDescriptionfinal DefaultCacheBehaviorDistributionConfig.defaultCacheBehavior()A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.final DefaultCacheBehaviorDistributionSummary.defaultCacheBehavior()A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DefaultCacheBehaviorModifier and TypeMethodDescriptionDistributionConfig.Builder.defaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior) A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.DistributionSummary.Builder.defaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior) A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.