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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static class AmazonStorageGatewayUtil
 Members
 Members| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
|   | 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.
             | 
|   | 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.
             | 
|   | GetActivationKey(String, Int32, Int32) | 
            Sends a request to the AWS Storage Gateway server running at the
            specified address, and returns the activation key for that server.
             | 
|   | GetActivationKey(String, RegionEndpoint, Int32, Int32) | 
            Sends a request to the AWS Storage Gateway server running at the
            specified address, and returns the activation key for that server.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AmazonStorageGatewayUtil |