Uses of Class
software.amazon.awssdk.services.cloudfront.model.CacheBehavior
-
Packages that use CacheBehavior Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CacheBehavior in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CacheBehavior Modifier and Type Method Description List<CacheBehavior>CacheBehaviors. items()Optional: A complex type that contains cache behaviors for this distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CacheBehavior Modifier and Type Method Description CacheBehaviors.BuilderCacheBehaviors.Builder. items(CacheBehavior... items)Optional: A complex type that contains cache behaviors for this distribution.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CacheBehavior Modifier and Type Method Description CacheBehaviors.BuilderCacheBehaviors.Builder. items(Collection<CacheBehavior> items)Optional: A complex type that contains cache behaviors for this distribution.
-