 Members
 Members| Icon | Member | Description | 
|---|---|---|
|  | AmazonElasticTranscoderClient()()()() | 
             Constructs AmazonElasticTranscoderClient 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> | 
|  | AmazonElasticTranscoderClient(RegionEndpoint) | 
             Constructs AmazonElasticTranscoderClient 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> | 
|  | AmazonElasticTranscoderClient(AmazonElasticTranscoderConfig) | 
             Constructs AmazonElasticTranscoderClient 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> | 
|  | AmazonElasticTranscoderClient(AWSCredentials) | 
            Constructs AmazonElasticTranscoderClient with AWS Credentials
             | 
|  | AmazonElasticTranscoderClient(AWSCredentials, RegionEndpoint) | 
            Constructs AmazonElasticTranscoderClient with AWS Credentials
             | 
|  | AmazonElasticTranscoderClient(AWSCredentials, AmazonElasticTranscoderConfig) | 
            Constructs AmazonElasticTranscoderClient with AWS Credentials and an
            AmazonElasticTranscoderClient Configuration object.
             | 
|  | AmazonElasticTranscoderClient(String, String) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonElasticTranscoderClient(String, String, RegionEndpoint) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonElasticTranscoderClient(String, String, AmazonElasticTranscoderConfig) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an
            AmazonElasticTranscoderClient Configuration object. 
             | 
|  | AmazonElasticTranscoderClient(String, String, String) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonElasticTranscoderClient(String, String, String, RegionEndpoint) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID and AWS Secret Key
             | 
|  | AmazonElasticTranscoderClient(String, String, String, AmazonElasticTranscoderConfig) | 
            Constructs AmazonElasticTranscoderClient with AWS Access Key ID, AWS Secret Key and an
            AmazonElasticTranscoderClient Configuration object. 
             |