
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonElasticTranscoderClient()()()() |
Create a client for the Amazon ElasticTranscoder Service 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.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() ![]() | CreateAmazonElasticTranscoderClient(AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service 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.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String) |
Create a client for the Amazon ElasticTranscoder Service with the default configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, String, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with the specified configuration
|
![]() ![]() | CreateAmazonElasticTranscoderClient(RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service 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.
![]() <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with the specified region
|
![]() ![]() | CreateAmazonElasticTranscoderClient(String, String, String, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with the specified region
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials.
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonElasticTranscoderClient(AWSCredentials, AmazonElasticTranscoderConfig) |
Create a client for the Amazon ElasticTranscoder Service with AWSCredentials and an AmazonElasticTranscoder Configuration object.
|