Uses of Class
com.amazonaws.services.cloudfront.model.CacheBehaviors
-
Packages that use CacheBehaviors Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CacheBehaviors in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CacheBehaviors Modifier and Type Method Description CacheBehaviorsCacheBehaviors. clone()CacheBehaviorsDistributionConfig. getCacheBehaviors()A complex type that contains zero or more CacheBehavior elements.CacheBehaviorsDistributionSummary. getCacheBehaviors()A complex type that contains zero or more CacheBehavior elements.CacheBehaviorsCacheBehaviors. withItems(CacheBehavior... items)Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviorsCacheBehaviors. withItems(Collection<CacheBehavior> items)Optional: A complex type that contains cache behaviors for this distribution.CacheBehaviorsCacheBehaviors. withQuantity(Integer quantity)The number of cache behaviors for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type CacheBehaviors Modifier and Type Method Description voidDistributionConfig. 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.DistributionConfigDistributionConfig. withCacheBehaviors(CacheBehaviors cacheBehaviors)A complex type that contains zero or more CacheBehavior elements.DistributionSummaryDistributionSummary. withCacheBehaviors(CacheBehaviors cacheBehaviors)A complex type that contains zero or more CacheBehavior elements.
-