Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
ForwardedValues |
CacheBehavior.getForwardedValues()
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
ForwardedValues |
DefaultCacheBehavior.getForwardedValues()
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
ForwardedValues |
ForwardedValues.withCookies(CookiePreference cookies)
A complex type that specifies how CloudFront handles cookies.
|
ForwardedValues |
ForwardedValues.withHeaders(Headers headers)
A complex type that specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior.
|
ForwardedValues |
ForwardedValues.withQueryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the
origin that is associated with this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehavior.setForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
void |
DefaultCacheBehavior.setForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
CacheBehavior |
CacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings,
cookies and headers.
|
Copyright © 2014. All rights reserved.