public class StorageGatewayUtils
extends java.lang.Object
| コンストラクタと説明 |
|---|
StorageGatewayUtils() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static java.lang.String |
getActivationKey(java.lang.String gatewayAddress)
Sends a request to the AWS Storage Gateway server running at the
specified address, and returns the activation key for that server.
|
public static java.lang.String getActivationKey(java.lang.String gatewayAddress)
throws AmazonClientException
gatewayAddress - The DNS name or IP address of a running AWS Storage GatewayAmazonClientException - If any problems are encountered while trying to contact the
remote AWS Storage Gateway server.