Uses of Class
software.amazon.awssdk.services.cloudfront.model.QueryStringNames
-
Packages that use QueryStringNames Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of QueryStringNames in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return QueryStringNames Modifier and Type Method Description QueryStringNamesCachePolicyQueryStringsConfig. 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.QueryStringNamesOriginRequestPolicyQueryStringsConfig. queryStrings()Contains the specific query strings in viewer requests that either are or are not included in requests that CloudFront sends to the origin.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type QueryStringNames Modifier and Type Method Description CachePolicyQueryStringsConfig.BuilderCachePolicyQueryStringsConfig.Builder. queryStrings(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.BuilderOriginRequestPolicyQueryStringsConfig.Builder. queryStrings(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.
-