Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CachePolicyQueryStringsConfig |
CachePolicyQueryStringsConfig.clone() |
CachePolicyQueryStringsConfig |
ParametersInCacheKeyAndForwardedToOrigin.getQueryStringsConfig()
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are
included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig |
CachePolicyQueryStringsConfig.withQueryStringBehavior(CachePolicyQueryStringBehavior queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in the cache key and automatically
included in requests that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig |
CachePolicyQueryStringsConfig.withQueryStringBehavior(String queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in the cache key and automatically
included in requests that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig |
CachePolicyQueryStringsConfig.withQueryStrings(QueryStringNames queryStrings)
Contains the specific query strings in viewer requests that either are or are not
included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametersInCacheKeyAndForwardedToOrigin.setQueryStringsConfig(CachePolicyQueryStringsConfig queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are
included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
ParametersInCacheKeyAndForwardedToOrigin |
ParametersInCacheKeyAndForwardedToOrigin.withQueryStringsConfig(CachePolicyQueryStringsConfig queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are
included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
Copyright © 2022. All rights reserved.