Uses of Enum
software.amazon.awssdk.services.cloudfront.model.Method
Packages that use Method
-
Uses of Method in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return MethodModifier and TypeMethodDescriptionstatic MethodUse this in place of valueOf to convert the raw string returned by the service into the enum value.static MethodReturns 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 MethodModifier and TypeMethodDescriptionAllowedMethods.items()A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.CachedMethods.items()A complex type that contains the HTTP methods that you want CloudFront to cache responses to.Method.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type MethodModifier and TypeMethodDescriptionA complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.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 MethodModifier and TypeMethodDescriptionAllowedMethods.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.Builder.items(Collection<Method> items) A complex type that contains the HTTP methods that you want CloudFront to cache responses to.