AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Utilities for working with the AWS Storage Gateway service, such as requesting a running AWS Storage Gateway instances's activation key for registering a Storage Gateway server.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Util.AmazonStorageGatewayUtil

Namespace: Amazon.StorageGateway.Util
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public static class AmazonStorageGatewayUtil : Object

The AmazonStorageGatewayUtil type exposes the following members

Methods

NameDescription
Public Method Static Method GetActivationKey(string) Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server. The default max retry count and max exponential backoff time will be used.
Public Method Static Method GetActivationKey(string, RegionEndpoint) Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server. The default max retry count and max exponential backoff time will be used.
Public Method Static Method GetActivationKey(string, int, int) Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server.
Public Method Static Method GetActivationKey(string, RegionEndpoint, int, int) Sends a request to the AWS Storage Gateway server running at the specified address, and returns the activation key for that server.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5