Uses of Class
software.amazon.awssdk.services.cloudfront.model.DefaultCacheBehavior
-
Packages that use DefaultCacheBehavior Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of DefaultCacheBehavior in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DefaultCacheBehavior Modifier and Type Method Description 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.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 DefaultCacheBehavior Modifier and Type Method Description DistributionConfig.BuilderDistributionConfig.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.BuilderDistributionSummary.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.
-