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

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

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

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, AmazonRedshiftConfig config ) : IAmazonRedshift
AWSClientFactory::CreateAmazonRedshiftClient ( string awsAccessKey, string awsSecretAccessKey, RegionEndpoint region ) : IAmazonRedshift