| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
 Classes modeling the various types represented by AmazonCloudFront. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AllowedMethods | 
AllowedMethods.clone()  | 
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 | 
DefaultCacheBehavior.getAllowedMethods()
A complex type that controls which HTTP methods CloudFront processes
 and forwards to your Amazon S3 bucket or your custom origin. 
 | 
AllowedMethods | 
AllowedMethods.withCachedMethods(CachedMethods cachedMethods)
A complex type that controls whether CloudFront caches the response to
 requests using the specified HTTP methods. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
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. 
 | 
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. 
 | 
Copyright © 2015. All rights reserved.