Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
QueryStringNames |
QueryStringNames.clone() |
QueryStringNames |
OriginRequestPolicyQueryStringsConfig.getQueryStrings()
Contains the specific query strings in viewer requests that either are or are not
included in requests that CloudFront sends to the origin.
|
QueryStringNames |
CachePolicyQueryStringsConfig.getQueryStrings()
Contains the specific query strings in viewer requests that either are or are not
included in the cache key and in requests that CloudFront sends to the origin.
|
QueryStringNames |
QueryStringNames.withItems(Collection<String> items)
A list of query string names.
|
QueryStringNames |
QueryStringNames.withItems(String... items)
A list of query string names.
|
QueryStringNames |
QueryStringNames.withQuantity(Integer quantity)
The number of query string names in the
Items list. |
Modifier and Type | Method and Description |
---|---|
void |
OriginRequestPolicyQueryStringsConfig.setQueryStrings(QueryStringNames queryStrings)
Contains the specific query strings in viewer requests that either are or are not
included in requests that CloudFront sends to the origin.
|
void |
CachePolicyQueryStringsConfig.setQueryStrings(QueryStringNames queryStrings)
Contains the specific query strings in viewer requests that either are or are not
included in the cache key and in requests that CloudFront sends to the origin.
|
OriginRequestPolicyQueryStringsConfig |
OriginRequestPolicyQueryStringsConfig.withQueryStrings(QueryStringNames queryStrings)
Contains the specific query strings in viewer requests that either are or are not
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 in requests that CloudFront sends to the origin.
|
Copyright © 2023. All rights reserved.