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

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

Constructs AmazonRedshiftClient with AWS Credentials
public AmazonRedshiftClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System
        public AmazonRedshiftClient(AWSCredentials credentials, RegionEndpoint region)
            : this(credentials, new AmazonRedshiftConfig{RegionEndpoint = region})
        {
        }

Same methods

AmazonRedshiftClient::AmazonRedshiftClient ( ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AWSCredentials credentials, AmazonRedshiftConfig clientConfig ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( AmazonRedshiftConfig config ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( RegionEndpoint region ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
AmazonRedshiftClient::AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonRedshiftConfig clientConfig ) : 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