Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachedMethods |
CachedMethods.clone() |
CachedMethods |
AllowedMethods.getCachedMethods() |
CachedMethods |
CachedMethods.withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
CachedMethods.withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
CachedMethods.withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods |
CachedMethods.withQuantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses.
|
Modifier and Type | Method and Description |
---|---|
void |
AllowedMethods.setCachedMethods(CachedMethods cachedMethods) |
AllowedMethods |
AllowedMethods.withCachedMethods(CachedMethods cachedMethods) |
Copyright © 2019. All rights reserved.