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