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 CachedMethodsCachedMethods. clone()CachedMethodsAllowedMethods. getCachedMethods()CachedMethodsCachedMethods. withItems(Method... items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethodsCachedMethods. withItems(String... items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethodsCachedMethods. withItems(Collection<String> items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethodsCachedMethods. 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 voidAllowedMethods. setCachedMethods(CachedMethods cachedMethods)AllowedMethodsAllowedMethods. withCachedMethods(CachedMethods cachedMethods)
-