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