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