API reference for the AWS SDK for .NET - AWS SDK for .NET

API reference for the AWS SDK for .NET

The AWS SDK for .NET provides an API that you can use to access AWS services. To see what classes and methods are available in the API, see the AWS SDK for .NET API Reference.

In addition to the general reference given above, each of the examples under the Code examples with guidance section contains references to the specific methods and classes that are used in that example.

About API reference versions

The API reference described earlier is for version 3.0 and later of the AWS SDK for .NET.

For information about migrating from older versions of the SDK, see Migrate your project

To find deprecated content for earlier versions of the SDK API reference, see the following item(s):

To view a deprecated AWS SDK for .NET API reference, you will need to extract it and configure a web browser. The instructions shown next are examples of how to do this. They are based on using the Google Chrome web browser on a Windows system. Adapt them to your specific web browser and operating system.

  1. Download the ZIP file for the deprecated AWS SDK for .NET API Reference V1. By default, the name of the ZIP file is sdkfornet-api-ref_v1_deprecated.zip. That name will be used throughout these instructions.

  2. Place the ZIP file in a folder of your choice. For these instructions, the folder name is assumed to be C:\work\temp\api-refs\V1.

  3. Right-click on the ZIP file and choose Extract All. Accept the default location, which is C:\work\temp\api-refs\V1\sdkfornet-api-ref_v1 for these instructions.

  4. Create a shortcut for Google Chrome in the C:\work\temp\api-refs\V1 folder. Be careful not to move the original application.

  5. In the properties of the new shortcut, set the following fields:

    • Target: "<path to the Google Chrome application>" --disable-web-security --user-data-dir=C:\work\temp\api-refs\V1\data "C:\work\temp\api-refs\V1\sdkfornet-api-ref_v1\Index.html"

      For the --user-data-dir argument, use a folder name that works for your environment. The folder doesn't have to exist.

    • Start in: C:\work\temp\api-refs\V1

  6. Give the shortcut an appropriate name.

  7. Open the shortcut to view the old API reference.

  1. Download the ZIP file for the deprecated AWS SDK for .NET API Reference V2. By default, the name of the ZIP file is sdkfornet-api-ref_v2_deprecated.zip. That name will be used throughout these instructions.

  2. Place the ZIP file in a folder of your choice. For these instructions, the folder name is assumed to be C:\work\temp\api-refs\V2.

  3. Right-click on the ZIP file and choose Extract All. Accept the default location, which is C:\work\temp\api-refs\V2\sdkfornet-api-ref_v2 for these instructions.

  4. Create a shortcut for Google Chrome in the C:\work\temp\api-refs\V2 folder. Be careful not to move the original application.

  5. In the properties of the new shortcut, set the following fields:

    • Target: "<path to the Google Chrome application>" --disable-web-security --user-data-dir=C:\work\temp\api-refs\V2\data "C:\work\temp\api-refs\V2\sdkfornet-api-ref_v2\Index.html"

      For the --user-data-dir argument, use a folder name that works for your environment. The folder doesn't have to exist.

    • Start in: C:\work\temp\api-refs\V2

  6. Give the shortcut an appropriate name.

  7. Open the shortcut to view the old API reference.