Uses of Class
com.amazonaws.services.cloudfront.model.AllowedMethods
-
Packages that use AllowedMethods Package Description com.amazonaws.services.cloudfront.model -
-
Uses of AllowedMethods in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return AllowedMethods Modifier and Type Method Description AllowedMethods
AllowedMethods. clone()
AllowedMethods
CacheBehavior. getAllowedMethods()
AllowedMethods
DefaultCacheBehavior. getAllowedMethods()
AllowedMethods
AllowedMethods. withCachedMethods(CachedMethods cachedMethods)
AllowedMethods
AllowedMethods. withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethods
AllowedMethods. withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethods
AllowedMethods. withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethods
AllowedMethods. withQuantity(Integer quantity)
The number of HTTP methods that you want CloudFront to forward to your origin.Methods in com.amazonaws.services.cloudfront.model with parameters of type AllowedMethods Modifier and Type Method Description void
CacheBehavior. setAllowedMethods(AllowedMethods allowedMethods)
void
DefaultCacheBehavior. setAllowedMethods(AllowedMethods allowedMethods)
CacheBehavior
CacheBehavior. withAllowedMethods(AllowedMethods allowedMethods)
DefaultCacheBehavior
DefaultCacheBehavior. withAllowedMethods(AllowedMethods allowedMethods)
-