Overload List

NameDescription
CreateAmazonElasticMapReduceClient()()()()
Create a client for the Amazon ElasticMapReduce Service with the credentials defined in the App.config. 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>
CreateAmazonElasticMapReduceClient(AmazonElasticMapReduceConfig)
Create a client for the Amazon ElasticMapReduce Service with the credentials defined in the App.config. 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>
CreateAmazonElasticMapReduceClient(String, String)
Create a client for the Amazon ElasticMapReduce service with the default configuration
CreateAmazonElasticMapReduceClient(String, String, AmazonElasticMapReduceConfig)
Create a client for the Amazon ElasticMapReduce service with the specified configuration

See Also