| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachedMethods.Builder |
CachedMethods.builder() |
CachedMethods.Builder |
CachedMethods.Builder.items(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods.Builder |
CachedMethods.Builder.items(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods.Builder |
CachedMethods.Builder.items(String... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods.Builder |
CachedMethods.Builder.quantity(Integer quantity)
The number of HTTP methods for which you want CloudFront to cache responses.
|
CachedMethods.Builder |
CachedMethods.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachedMethods.Builder> |
CachedMethods.serializableBuilderClass() |
Copyright © 2017. All rights reserved.