Amazon.AWSClientFactory.CreateAmazonElastiCacheClient C# (CSharp) Method

CreateAmazonElastiCacheClient() public static method

Create a client for the Amazon ElastiCache Service with the specified region
public static CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElastiCache
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.
return IAmazonElastiCache
        public static IAmazonElastiCache CreateAmazonElastiCacheClient(
            string awsAccessKey,
            string awsSecretAccessKey, RegionEndpoint region
            )
        {
            return new AmazonElastiCacheClient(awsAccessKey, awsSecretAccessKey, region);
        }

Same methods

AWSClientFactory::CreateAmazonElastiCacheClient ( ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( AWSCredentials credentials ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( AWSCredentials credentials, AmazonElastiCacheConfig config ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( AmazonElastiCacheConfig config ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( RegionEndpoint region ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, AmazonElastiCacheConfig config ) : IAmazonElastiCache