Uses of Class
com.amazonaws.services.cloudfront.model.AllowedMethods
Packages that use AllowedMethods
-
Uses of AllowedMethods in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return AllowedMethodsModifier and TypeMethodDescriptionAllowedMethods.clone()
CacheBehavior.getAllowedMethods()
DefaultCacheBehavior.getAllowedMethods()
AllowedMethods.withCachedMethods
(CachedMethods cachedMethods) A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.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.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 AllowedMethodsModifier and TypeMethodDescriptionvoid
CacheBehavior.setAllowedMethods
(AllowedMethods allowedMethods) void
DefaultCacheBehavior.setAllowedMethods
(AllowedMethods allowedMethods) CacheBehavior.withAllowedMethods
(AllowedMethods allowedMethods) DefaultCacheBehavior.withAllowedMethods
(AllowedMethods allowedMethods)