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

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

Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key
public AmazonRedshiftClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System
        public AmazonRedshiftClient(string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken)
            : this(awsAccessKeyId, awsSecretAccessKey, awsSessionToken, new AmazonRedshiftConfig())
        {
        }

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