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

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

Create a client for the Amazon ElastiCache Service with the default configuration
public static CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonElastiCache
awsAccessKey string The AWS Access Key associated with the account
awsSecretAccessKey string The AWS Secret Access Key associated with the account
Результат IAmazonElastiCache
        public static IAmazonElastiCache CreateAmazonElastiCacheClient(
            string awsAccessKey,
            string awsSecretAccessKey
            )
        {
            return new AmazonElastiCacheClient(awsAccessKey, awsSecretAccessKey);
        }

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, AmazonElastiCacheConfig config ) : IAmazonElastiCache
AWSClientFactory::CreateAmazonElastiCacheClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonElastiCache