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 Method
Method. fromValue(String value)
Use this in place of valueOf.static Method
Method. 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 AllowedMethods
AllowedMethods. withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.CachedMethods
CachedMethods. withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
-