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