Uses of Class
com.amazonaws.services.cloudfront.model.CacheBehaviors
Packages that use CacheBehaviors
-
Uses of CacheBehaviors in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CacheBehaviorsModifier and TypeMethodDescriptionCacheBehaviors.clone()DistributionConfig.getCacheBehaviors()A complex type that contains zero or more CacheBehavior elements.DistributionSummary.getCacheBehaviors()A complex type that contains zero or more CacheBehavior elements.CacheBehaviors.withItems(CacheBehavior... items) Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviors.withItems(Collection<CacheBehavior> items) Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviors.withQuantity(Integer quantity) The number of cache behaviors for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type CacheBehaviorsModifier and TypeMethodDescriptionvoidDistributionConfig.setCacheBehaviors(CacheBehaviors cacheBehaviors) A complex type that contains zero or more CacheBehavior elements.voidDistributionSummary.setCacheBehaviors(CacheBehaviors cacheBehaviors) A complex type that contains zero or more CacheBehavior elements.DistributionConfig.withCacheBehaviors(CacheBehaviors cacheBehaviors) A complex type that contains zero or more CacheBehavior elements.DistributionSummary.withCacheBehaviors(CacheBehaviors cacheBehaviors) A complex type that contains zero or more CacheBehavior elements.