| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
CacheBehaviors |
CacheBehaviors.clone() |
CacheBehaviors |
DistributionSummary.getCacheBehaviors() |
CacheBehaviors |
DistributionConfig.getCacheBehaviors() |
CacheBehaviors |
CacheBehaviors.withItems(CacheBehavior... items)
NOTE: This method appends the values to the existing list (if
any).
|
CacheBehaviors |
CacheBehaviors.withItems(Collection<CacheBehavior> items) |
CacheBehaviors |
CacheBehaviors.withQuantity(Integer quantity) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionSummary.setCacheBehaviors(CacheBehaviors cacheBehaviors) |
void |
DistributionConfig.setCacheBehaviors(CacheBehaviors cacheBehaviors) |
DistributionSummary |
DistributionSummary.withCacheBehaviors(CacheBehaviors cacheBehaviors) |
DistributionConfig |
DistributionConfig.withCacheBehaviors(CacheBehaviors cacheBehaviors) |
Copyright © 2016. All rights reserved.