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

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

Create a client for the Amazon Redshift Service with the specified region
public static CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRedshift
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.
Результат IAmazonRedshift
        public static IAmazonRedshift CreateAmazonRedshiftClient(
            string awsAccessKey,
            string awsSecretAccessKey, RegionEndpoint region
            )
        {
            return new AmazonRedshiftClient(awsAccessKey, awsSecretAccessKey, region);
        }

Same methods

AWSClientFactory::CreateAmazonRedshiftClient ( ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( AWSCredentials credentials ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig config ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( AmazonRedshiftConfig config ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( RegionEndpoint region ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, AmazonRedshiftConfig config ) : IAmazonRedshift