| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CloudFrontAllowedCachedMethods |
Behavior.getCachedMethods()
Which methods are cached by CloudFront by default.
|
CloudFrontAllowedCachedMethods |
Behavior.Jsii$Proxy.getCachedMethods() |
static CloudFrontAllowedCachedMethods |
CloudFrontAllowedCachedMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFrontAllowedCachedMethods[] |
CloudFrontAllowedCachedMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Behavior.Builder |
Behavior.Builder.cachedMethods(CloudFrontAllowedCachedMethods cachedMethods)
Sets the value of
Behavior.getCachedMethods() |
Copyright © 2022. All rights reserved.