Uses of Class
com.amazonaws.services.cloudfront.model.Method
-
Packages that use Method Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Method in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Method Modifier and Type Method Description static MethodMethod. fromValue(String value)Use this in place of valueOf.static MethodMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudfront.model with parameters of type Method Modifier and Type Method Description AllowedMethodsAllowedMethods. withItems(Method... items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.CachedMethodsCachedMethods. withItems(Method... items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
-