Uses of Class
software.amazon.awssdk.services.cloudfront.model.AllowedMethods
-
Packages that use AllowedMethods Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of AllowedMethods in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return AllowedMethods Modifier and Type Method Description AllowedMethodsCacheBehavior. allowedMethods()Returns the value of the AllowedMethods property for this object.AllowedMethodsDefaultCacheBehavior. allowedMethods()Returns the value of the AllowedMethods property for this object.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type AllowedMethods Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. allowedMethods(AllowedMethods allowedMethods)Sets the value of the AllowedMethods property for this object.DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. allowedMethods(AllowedMethods allowedMethods)Sets the value of the AllowedMethods property for this object.
-