| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static CachedMethods |
CachedMethods.CACHE_GET_HEAD
(experimental) HEAD and GET.
|
static CachedMethods |
CachedMethods.CACHE_GET_HEAD_OPTIONS
(experimental) HEAD, GET, and OPTIONS.
|
| Modifier and Type | Method and Description |
|---|---|
CachedMethods |
BehaviorOptions.Jsii$Proxy.getCachedMethods() |
default CachedMethods |
AddBehaviorOptions.getCachedMethods()
(experimental) HTTP methods to cache for this behavior.
|
CachedMethods |
AddBehaviorOptions.Jsii$Proxy.getCachedMethods() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions.Builder |
BehaviorOptions.Builder.cachedMethods(CachedMethods cachedMethods)
Sets the value of
AddBehaviorOptions.getCachedMethods() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.cachedMethods(CachedMethods cachedMethods)
Sets the value of
AddBehaviorOptions.getCachedMethods() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
AddBehaviorOptions.Builder. |
Jsii$Proxy(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
BehaviorOptions.Builder. |
Copyright © 2021. All rights reserved.