| 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) |
AllowedMethods |
AllowedMethods.withItems(Method... items) |
AllowedMethods |
AllowedMethods.withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
AllowedMethods |
AllowedMethods.withQuantity(Integer quantity) |
| 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 © 2016. All rights reserved.