AWS SDK for .NET Documentation
AmazonStorageGatewayUtil Class
AmazonAmazon.StorageGateway.UtilAmazonStorageGatewayUtil Did this page help you?   Yes   No    Tell us about it...
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
C#
public static class AmazonStorageGatewayUtil
Members
All MembersMethods



IconMemberDescription
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
Object
AmazonStorageGatewayUtil

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