| 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<Method> 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.itemsWithStrings(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
|
CachedMethods.Builder |
CachedMethods.Builder.itemsWithStrings(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() |
| Modifier and Type | Method and Description |
|---|---|
default AllowedMethods.Builder |
AllowedMethods.Builder.cachedMethods(Consumer<CachedMethods.Builder> cachedMethods)
Sets the value of the CachedMethods property for this object.
|
Copyright © 2018. All rights reserved.