Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyQueryStringsConfig.Builder
Packages that use CachePolicyQueryStringsConfig.Builder
-
Uses of CachePolicyQueryStringsConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyQueryStringsConfig.BuilderModifier and TypeMethodDescriptionCachePolicyQueryStringsConfig.builder()CachePolicyQueryStringsConfig.Builder.queryStringBehavior(String queryStringBehavior) Determines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.CachePolicyQueryStringsConfig.Builder.queryStringBehavior(CachePolicyQueryStringBehavior queryStringBehavior) Determines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.CachePolicyQueryStringsConfig.Builder.queryStrings(Consumer<QueryStringNames.Builder> 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.CachePolicyQueryStringsConfig.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.CachePolicyQueryStringsConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyQueryStringsConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachePolicyQueryStringsConfig.Builder>CachePolicyQueryStringsConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicyQueryStringsConfig.BuilderModifier and TypeMethodDescriptionParametersInCacheKeyAndForwardedToOrigin.Builder.queryStringsConfig(Consumer<CachePolicyQueryStringsConfig.Builder> 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 in requests that CloudFront sends to the origin.