 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AmazonRedshiftClient()()()() | 
             Constructs AmazonRedshiftClient with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
             
             Example App.config with credentials set. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonRedshiftClient(RegionEndpoint) | 
             Constructs AmazonRedshiftClient with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
             
             Example App.config with credentials set. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonRedshiftClient(AmazonRedshiftConfig) | 
             Constructs AmazonRedshiftClient with the credentials loaded from the application's
             default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
             
             Example App.config with credentials set. 
               CopyC# <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> | 
|  | AmazonRedshiftClient(AWSCredentials) | 
            Constructs AmazonRedshiftClient with AWS Credentials
             | 
|  | AmazonRedshiftClient(AWSCredentials, RegionEndpoint) | 
            Constructs AmazonRedshiftClient with AWS Credentials
             | 
|  | AmazonRedshiftClient(AWSCredentials, AmazonRedshiftConfig) | 
            Constructs AmazonRedshiftClient with AWS Credentials and an
            AmazonRedshiftClient Configuration object.
             | 
|  | AmazonRedshiftClient(String, String) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonRedshiftClient(String, String, RegionEndpoint) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonRedshiftClient(String, String, AmazonRedshiftConfig) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID, AWS Secret Key and an
            AmazonRedshiftClient Configuration object. 
             | 
|  | AmazonRedshiftClient(String, String, String) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonRedshiftClient(String, String, String, RegionEndpoint) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonRedshiftClient(String, String, String, AmazonRedshiftConfig) | 
            Constructs AmazonRedshiftClient with AWS Access Key ID, AWS Secret Key and an
            AmazonRedshiftClient Configuration object. 
             |