Uses of Class
com.amazonaws.services.cloudfront.model.AllowedMethods

Packages that use AllowedMethods
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of AllowedMethods in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return AllowedMethods
 AllowedMethods DefaultCacheBehavior.getAllowedMethods()
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
 AllowedMethods CacheBehavior.getAllowedMethods()
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom 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.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.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
 void DefaultCacheBehavior.setAllowedMethods(AllowedMethods allowedMethods)
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
 void CacheBehavior.setAllowedMethods(AllowedMethods allowedMethods)
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
 DefaultCacheBehavior DefaultCacheBehavior.withAllowedMethods(AllowedMethods allowedMethods)
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
 CacheBehavior CacheBehavior.withAllowedMethods(AllowedMethods allowedMethods)
          A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
 



Copyright © 2016. All rights reserved.