Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
DefaultCacheBehavior |
DefaultCacheBehavior.clone() |
DefaultCacheBehavior |
DistributionSummary.getDefaultCacheBehavior()
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DefaultCacheBehavior |
DistributionConfig.getDefaultCacheBehavior()
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DefaultCacheBehavior |
DefaultCacheBehavior.withAllowedMethods(AllowedMethods allowedMethods) |
DefaultCacheBehavior |
DefaultCacheBehavior.withCachePolicyId(String cachePolicyId)
The unique identifier of the cache policy that is attached to the default cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withCompress(Boolean compress)
Whether you want CloudFront to automatically compress certain files for this cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withDefaultTTL(Long defaultTTL)
Deprecated.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withFieldLevelEncryptionId(String fieldLevelEncryptionId)
The value of
ID for the field-level encryption configuration that you want CloudFront to use for
encrypting specific fields of data for the default cache behavior. |
DefaultCacheBehavior |
DefaultCacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
Deprecated.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withMaxTTL(Long maxTTL)
Deprecated.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withMinTTL(Long minTTL)
Deprecated.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withOriginRequestPolicyId(String originRequestPolicyId)
The unique identifier of the origin request policy that is attached to the default cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withRealtimeLogConfigArn(String realtimeLogConfigArn)
The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withResponseHeadersPolicyId(String responseHeadersPolicyId)
The identifier for a response headers policy.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withSmoothStreaming(Boolean smoothStreaming)
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin
that is associated with this cache behavior.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTargetOriginId(String targetOriginId)
The value of
ID for the origin that you want CloudFront to route requests to when they use the
default cache behavior. |
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
DefaultCacheBehavior |
DefaultCacheBehavior.withViewerProtocolPolicy(String viewerProtocolPolicy)
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId when
a request matches the path pattern in PathPattern . |
DefaultCacheBehavior |
DefaultCacheBehavior.withViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId when
a request matches the path pattern in PathPattern . |
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
void |
DistributionConfig.setDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DistributionSummary |
DistributionSummary.withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
DistributionConfig |
DistributionConfig.withDefaultCacheBehavior(DefaultCacheBehavior defaultCacheBehavior)
A complex type that describes the default cache behavior if you don't specify a
CacheBehavior
element or if files don't match any of the values of PathPattern in CacheBehavior
elements. |
Copyright © 2022. All rights reserved.