AWS SDK for .NET Documentation
AllowedMethods Property
AmazonAmazon.S3.ModelCORSRuleAllowedMethods Did this page help you?   Yes   No    Tell us about it...
The set of methods enabled for this rule.
Declaration Syntax
C#
public List<string> AllowedMethods { get; set; }
Remarks
Accepted methods are GET, PUT, HEAD, DELETE and POST. Each CORSRule must contain at least one AllowedMethod and one AllowedOrigin element.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)