 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AmazonDirectConnectClient()()()() | 
             Constructs AmazonDirectConnectClient 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> | 
|  | AmazonDirectConnectClient(RegionEndpoint) | 
             Constructs AmazonDirectConnectClient 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> | 
|  | AmazonDirectConnectClient(AmazonDirectConnectConfig) | 
             Constructs AmazonDirectConnectClient 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> | 
|  | AmazonDirectConnectClient(AWSCredentials) | 
            Constructs AmazonDirectConnectClient with AWS Credentials
             | 
|  | AmazonDirectConnectClient(AWSCredentials, RegionEndpoint) | 
            Constructs AmazonDirectConnectClient with AWS Credentials
             | 
|  | AmazonDirectConnectClient(AWSCredentials, AmazonDirectConnectConfig) | 
            Constructs AmazonDirectConnectClient with AWS Credentials and an
            AmazonDirectConnectClient Configuration object.
             | 
|  | AmazonDirectConnectClient(String, String) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonDirectConnectClient(String, String, RegionEndpoint) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonDirectConnectClient(String, String, AmazonDirectConnectConfig) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID, AWS Secret Key and an
            AmazonDirectConnectClient Configuration object. If the config object's
            UseSecureStringForAwsSecretKey is false, the AWS Secret Key
            is stored as a clear-text string. Please use this option only
            if the application environment doesn't allow the use of SecureStrings.
             | 
|  | AmazonDirectConnectClient(String, String, String) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonDirectConnectClient(String, String, String, RegionEndpoint) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonDirectConnectClient(String, String, String, AmazonDirectConnectConfig) | 
            Constructs AmazonDirectConnectClient with AWS Access Key ID, AWS Secret Key and an
            AmazonDirectConnectConfig Configuration object. If the config object's
            UseSecureStringForAwsSecretKey is false, the AWS Secret Key
            is stored as a clear-text string. Please use this option only
            if the application environment doesn't allow the use of SecureStrings.
             |