| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| AllowedMethods | AllowedMethods. clone() | 
| AllowedMethods | CacheBehavior. getAllowedMethods() | 
| AllowedMethods | DefaultCacheBehavior. getAllowedMethods() | 
| AllowedMethods | AllowedMethods. withCachedMethods(CachedMethods cachedMethods) | 
| 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) | 
| void | DefaultCacheBehavior. setAllowedMethods(AllowedMethods allowedMethods) | 
| CacheBehavior | CacheBehavior. withAllowedMethods(AllowedMethods allowedMethods) | 
| DefaultCacheBehavior | DefaultCacheBehavior. withAllowedMethods(AllowedMethods allowedMethods) | 
Copyright © 2022. All rights reserved.