# Method

- Kind: `enum`
- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Version: `13.2.0`
- Namespace: `Aspire.Hosting.AWS.Lambda`
- Target framework: `net8.0`

Provides the base class for enumerations.

## Definition

```csharp
namespace Aspire.Hosting.AWS.Lambda;

public enum Method
```

## Enum Members

| Name | Value | Description |
| --- | --- | --- |
| Any | 0 |  |
| Get | 1 |  |
| Post | 2 |  |
| Put | 3 |  |
| Delete | 4 |  |
| Patch | 5 |  |
| Head | 6 |  |
| Options | 7 |  |
