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
ファイルを表示 Open project: BookSwapSteve/AWS-MSBuild-Task-Library

Public Methods

Method Description
CreateAmazonIdentityManagementService ( string awsAccessKey, string awsSecretAccessKey ) : AmazonIdentityManagementService
CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey ) : AmazonSQS

Method Details

CreateAmazonIdentityManagementService() public method

public CreateAmazonIdentityManagementService ( string awsAccessKey, string awsSecretAccessKey ) : AmazonIdentityManagementService
awsAccessKey string
awsSecretAccessKey string
return AmazonIdentityManagementService

CreateAmazonSQSClient() public method

public CreateAmazonSQSClient ( string awsAccessKey, string awsSecretAccessKey ) : AmazonSQS
awsAccessKey string
awsSecretAccessKey string
return AmazonSQS