Uses of Class
software.amazon.awssdk.services.cloudfront.model.QueryStringNames
Packages that use QueryStringNames
-
Uses of QueryStringNames in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return QueryStringNamesModifier and TypeMethodDescriptionfinal 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.final 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 QueryStringNamesModifier and TypeMethodDescriptionCachePolicyQueryStringsConfig.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.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.