Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private CacheBehaviors |
DistributionSummary.cacheBehaviors
A complex type that contains zero or more CacheBehavior elements.
|
private CacheBehaviors |
DistributionConfig.cacheBehaviors
A complex type that contains zero or more CacheBehavior elements.
|
Modifier and Type | Method and Description |
---|---|
CacheBehaviors |
CacheBehaviors.clone() |
CacheBehaviors |
DistributionSummary.getCacheBehaviors()
A complex type that contains zero or more CacheBehavior elements.
|
CacheBehaviors |
DistributionConfig.getCacheBehaviors()
A complex type that contains zero or more CacheBehavior elements.
|
CacheBehaviors |
CacheBehaviors.withItems(CacheBehavior... items)
Optional: A complex type that contains cache behaviors for this
distribution.
|
CacheBehaviors |
CacheBehaviors.withItems(java.util.Collection<CacheBehavior> items)
Optional: A complex type that contains cache behaviors for this
distribution.
|
CacheBehaviors |
CacheBehaviors.withQuantity(java.lang.Integer quantity)
The number of cache behaviors for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior elements.
|
void |
DistributionConfig.setCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior elements.
|
DistributionSummary |
DistributionSummary.withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior elements.
|
DistributionConfig |
DistributionConfig.withCacheBehaviors(CacheBehaviors cacheBehaviors)
A complex type that contains zero or more CacheBehavior elements.
|
Modifier and Type | Method and Description |
---|---|
CacheBehaviors |
CacheBehaviorsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |