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

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

Create a client for the Amazon StorageGateway Service with the specified configuration
public static CreateAmazonStorageGatewayClient ( string awsAccessKey, string awsSecretAccessKey, AmazonStorageGatewayConfig config ) : IAmazonStorageGateway
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
config AmazonStorageGatewayConfig Configuration options for the service like HTTP Proxy, # of connections, etc ///
Результат IAmazonStorageGateway
        public static IAmazonStorageGateway CreateAmazonStorageGatewayClient(
            string awsAccessKey,
            string awsSecretAccessKey, AmazonStorageGatewayConfig config
            )
        {
            return new AmazonStorageGatewayClient(awsAccessKey, awsSecretAccessKey, config);
        }

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, RegionEndpoint region ) : IAmazonStorageGateway