| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowedMethods.Builder |
AllowedMethods.builder() |
AllowedMethods.Builder |
AllowedMethods.Builder.cachedMethods(CachedMethods cachedMethods)
Sets the value of the CachedMethods property for this object.
|
default AllowedMethods.Builder |
AllowedMethods.Builder.cachedMethods(Consumer<CachedMethods.Builder> cachedMethods)
Sets the value of the CachedMethods property for this object.
|
AllowedMethods.Builder |
AllowedMethods.Builder.items(Collection<Method> items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.items(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.itemsWithStrings(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.itemsWithStrings(String... items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.Builder.quantity(Integer quantity)
The number of HTTP methods that you want CloudFront to forward to your origin.
|
AllowedMethods.Builder |
AllowedMethods.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowedMethods.Builder> |
AllowedMethods.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheBehavior.Builder |
CacheBehavior.Builder.allowedMethods(Consumer<AllowedMethods.Builder> allowedMethods)
Sets the value of the AllowedMethods property for this object.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.allowedMethods(Consumer<AllowedMethods.Builder> allowedMethods)
Sets the value of the AllowedMethods property for this object.
|
Copyright © 2021. All rights reserved.