Uses of Class
software.amazon.awssdk.services.cloudfront.model.CacheBehavior
Packages that use CacheBehavior
-
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 CacheBehaviorModifier and TypeMethodDescriptionfinal 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 CacheBehaviorModifier and TypeMethodDescriptionCacheBehaviors.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 CacheBehaviorModifier and TypeMethodDescriptionCacheBehaviors.Builder.items(Collection<CacheBehavior> items) Optional: A complex type that contains cache behaviors for this distribution.