Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
QueryStringNames |
QueryStringNames.clone() |
QueryStringNames |
OriginRequestPolicyQueryStringsConfig.getQueryStrings()
Contains a list of the query strings in viewer requests that are 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 automatically included 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 a list of the query strings in viewer requests that are 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 automatically included in requests that CloudFront sends to the origin.
|
OriginRequestPolicyQueryStringsConfig |
OriginRequestPolicyQueryStringsConfig.withQueryStrings(QueryStringNames queryStrings)
Contains a list of the query strings in viewer requests that are 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.
|
Copyright © 2022. All rights reserved.