Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachedMethods.Builder
Packages that use CachedMethods.Builder
-
Uses of CachedMethods.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachedMethods.BuilderModifier and TypeMethodDescriptionstatic CachedMethods.BuilderCachedMethods.builder()CachedMethods.Builder.items(Collection<Method> items) A complex type that contains the HTTP methods that you want CloudFront to cache responses to.A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods.Builder.itemsWithStrings(String... items) A complex type that contains the HTTP methods that you want CloudFront to cache responses to.CachedMethods.Builder.itemsWithStrings(Collection<String> items) A complex type that contains the HTTP methods that you want CloudFront to cache responses to.The number of HTTP methods for which you want CloudFront to cache responses.CachedMethods.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachedMethods.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachedMethods.Builder>CachedMethods.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachedMethods.BuilderModifier and TypeMethodDescriptiondefault AllowedMethods.BuilderAllowedMethods.Builder.cachedMethods(Consumer<CachedMethods.Builder> cachedMethods) Sets the value of the CachedMethods property for this object.