C# Class Snowcode.S3BuildPublisher.AwsClientFactory

Factory wrapper around static AWSClientFactory to allow for instantiation of client when the credentials are know and help with mocking.
Inheritance: IAwsClientFactory
Afficher le fichier Open project: BookSwapSteve/AWS-MSBuild-Task-Library

Méthodes publiques

Méthode Description
CreateAmazonIdentityManagementService ( string awsAccessKey, string awsSecretAccessKey ) : AmazonIdentityManagementService
CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey ) : AmazonSQS

Method Details

CreateAmazonIdentityManagementService() public méthode

public CreateAmazonIdentityManagementService ( string awsAccessKey, string awsSecretAccessKey ) : AmazonIdentityManagementService
awsAccessKey string
awsSecretAccessKey string
Résultat AmazonIdentityManagementService

CreateAmazonSQSClient() public méthode

public CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey ) : AmazonSQS
awsAccessKey string
awsSecretAccessKey string
Résultat AmazonSQS