Uses of Class
com.amazonaws.services.cloudfront.model.CachedMethods
Packages that use CachedMethods
-
Uses of CachedMethods in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CachedMethodsModifier and TypeMethodDescriptionCachedMethods.clone()
AllowedMethods.getCachedMethods()
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods.withItems
(Collection<String> items) A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods.withQuantity
(Integer quantity) The number of HTTP methods for which you want CloudFront to cache responses.Methods in com.amazonaws.services.cloudfront.model with parameters of type CachedMethodsModifier and TypeMethodDescriptionvoid
AllowedMethods.setCachedMethods
(CachedMethods cachedMethods) AllowedMethods.withCachedMethods
(CachedMethods cachedMethods)