Uses of Class
software.amazon.awssdk.services.cloudfront.model.Method
-
Packages that use Method Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Method in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Method Modifier and Type Method Description static MethodMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Method Modifier and Type Method Description List<Method>AllowedMethods. items()A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.List<Method>CachedMethods. items()A complex type that contains the HTTP methods that you want CloudFront to cache responses to.static Set<Method>Method. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type Method Modifier and Type Method Description AllowedMethods.BuilderAllowedMethods.Builder. items(Method... items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.CachedMethods.BuilderCachedMethods.Builder. items(Method... items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type Method Modifier and Type Method Description AllowedMethods.BuilderAllowedMethods.Builder. items(Collection<Method> items)A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.CachedMethods.BuilderCachedMethods.Builder. items(Collection<Method> items)A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
-