Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
QueryStringCacheKeys |
QueryStringCacheKeys.clone() |
QueryStringCacheKeys |
ForwardedValues.getQueryStringCacheKeys()
A complex type that contains information about the query string parameters that you want CloudFront to use for
caching for this cache behavior.
|
QueryStringCacheKeys |
QueryStringCacheKeys.withItems(Collection<String> items)
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior.
|
QueryStringCacheKeys |
QueryStringCacheKeys.withItems(String... items)
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior.
|
QueryStringCacheKeys |
QueryStringCacheKeys.withQuantity(Integer quantity)
The number of
whitelisted query string parameters for this cache behavior. |
Modifier and Type | Method and Description |
---|---|
void |
ForwardedValues.setQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use for
caching for this cache behavior.
|
ForwardedValues |
ForwardedValues.withQueryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use for
caching for this cache behavior.
|
Copyright © 2019. All rights reserved.