| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
| Modifier and Type | Method and Description |
|---|---|
CachingBehavior |
DistributionSummary.getCachingBehavior()
Specifies options that affects caching behavior, such as minimum TTL
values.
|
CachingBehavior |
DistributionConfig.getCachingBehavior()
Determines the minimum TTL for objects in the CloudFront cache.
|
CachingBehavior |
CachingBehavior.withMinTTL(Long minTTL)
Specifies the minimum TTL in seconds for objects in the CloudFront
cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionSummary.setCachingBehavior(CachingBehavior cachingBehavior)
Specifies options that affects caching behavior, such as minimum TTL
values.
|
void |
DistributionConfig.setCachingBehavior(CachingBehavior cachingBehavior)
Determines the minimum TTL for objects in the CloudFront cache.
|
DistributionSummary |
DistributionSummary.withCachingBehavior(CachingBehavior cachingBehavior)
Specifies options that affects caching behavior, such as minimum TTL
values.
|
DistributionConfig |
DistributionConfig.withCachingBehavior(CachingBehavior cachingBehavior)
Determines the minimum TTL for objects in the CloudFront cache.
|
Copyright © 2014. All rights reserved.