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 AllowedMethodsAllowedMethods. clone()AllowedMethodsCacheBehavior. getAllowedMethods()AllowedMethodsDefaultCacheBehavior. getAllowedMethods()AllowedMethodsAllowedMethods. withCachedMethods(CachedMethods cachedMethods)AllowedMethodsAllowedMethods. withItems(Method... items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethodsAllowedMethods. withItems(String... items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethodsAllowedMethods. withItems(Collection<String> items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.AllowedMethodsAllowedMethods. 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 voidCacheBehavior. setAllowedMethods(AllowedMethods allowedMethods)voidDefaultCacheBehavior. setAllowedMethods(AllowedMethods allowedMethods)CacheBehaviorCacheBehavior. withAllowedMethods(AllowedMethods allowedMethods)DefaultCacheBehaviorDefaultCacheBehavior. withAllowedMethods(AllowedMethods allowedMethods)
-