Amazon.Redshift.AmazonRedshiftClient.AmazonRedshiftClient C# (CSharp) Метод

AmazonRedshiftClient() публичный Метод

Constructs AmazonRedshiftClient with AWS Access Key ID, AWS Secret Key and an AmazonRedshiftClient Configuration object.
public AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRedshiftConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonRedshiftConfig The AmazonRedshiftClient Configuration Object
Результат System
        public AmazonRedshiftClient(string awsAccessKeyId, string awsSecretAccessKey, AmazonRedshiftConfig clientConfig)
            : base(awsAccessKeyId, awsSecretAccessKey, clientConfig)
        {
        }

Same methods

AmazonRedshiftClient::AmazonRedshiftClient ( ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AmazonRedshiftConfig config ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
AmazonRedshiftClient