Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicyConfig |
CachePolicyConfig.clone() |
CachePolicyConfig |
UpdateCachePolicyRequest.getCachePolicyConfig()
A cache policy configuration.
|
CachePolicyConfig |
GetCachePolicyConfigResult.getCachePolicyConfig()
The cache policy configuration.
|
CachePolicyConfig |
CreateCachePolicyRequest.getCachePolicyConfig()
A cache policy configuration.
|
CachePolicyConfig |
CachePolicy.getCachePolicyConfig()
The cache policy configuration.
|
CachePolicyConfig |
CachePolicyConfig.withComment(String comment)
A comment to describe the cache policy.
|
CachePolicyConfig |
CachePolicyConfig.withDefaultTTL(Long defaultTTL)
The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront
sends another request to the origin to see if the object has been updated.
|
CachePolicyConfig |
CachePolicyConfig.withMaxTTL(Long maxTTL)
The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another
request to the origin to see if the object has been updated.
|
CachePolicyConfig |
CachePolicyConfig.withMinTTL(Long minTTL)
The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront
sends another request to the origin to see if the object has been updated.
|
CachePolicyConfig |
CachePolicyConfig.withName(String name)
A unique name to identify the cache policy.
|
CachePolicyConfig |
CachePolicyConfig.withParametersInCacheKeyAndForwardedToOrigin(ParametersInCacheKeyAndForwardedToOrigin parametersInCacheKeyAndForwardedToOrigin)
The HTTP headers, cookies, and URL query strings to include in the cache key.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateCachePolicyRequest.setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
A cache policy configuration.
|
void |
GetCachePolicyConfigResult.setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
void |
CreateCachePolicyRequest.setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
A cache policy configuration.
|
void |
CachePolicy.setCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
UpdateCachePolicyRequest |
UpdateCachePolicyRequest.withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
A cache policy configuration.
|
GetCachePolicyConfigResult |
GetCachePolicyConfigResult.withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
CreateCachePolicyRequest |
CreateCachePolicyRequest.withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
A cache policy configuration.
|
CachePolicy |
CachePolicy.withCachePolicyConfig(CachePolicyConfig cachePolicyConfig)
The cache policy configuration.
|
Copyright © 2022. All rights reserved.