Amazon.AWSClientFactory.CreateAmazonStorageGatewayClient C# (CSharp) Метод

CreateAmazonStorageGatewayClient() публичный статический Метод

Create a client for the Amazon StorageGateway Service with the specified region
public static CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonStorageGateway
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
region RegionEndpoint The region to connect to.
Результат IAmazonStorageGateway
        public static IAmazonStorageGateway CreateAmazonStorageGatewayClient(
            string awsAccessKey,
            string awsSecretAccessKey, RegionEndpoint region
            )
        {
            return new AmazonStorageGatewayClient(awsAccessKey, awsSecretAccessKey, region);
        }

Same methods

AWSClientFactory::CreateAmazonStorageGatewayClient ( ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( AWSCredentials credentials ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( AWSCredentials credentials, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( RegionEndpoint region ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonStorageGateway
AWSClientFactory::CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway