Uses of Class
com.amazonaws.services.cloudfront.model.CachedMethods
-
Packages that use CachedMethods Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CachedMethods in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CachedMethods Modifier and Type Method Description CachedMethods
CachedMethods. clone()
CachedMethods
AllowedMethods. getCachedMethods()
CachedMethods
CachedMethods. withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods
CachedMethods. withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods
CachedMethods. withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods
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 CachedMethods Modifier and Type Method Description void
AllowedMethods. setCachedMethods(CachedMethods cachedMethods)
AllowedMethods
AllowedMethods. withCachedMethods(CachedMethods cachedMethods)
-