Uses of Class
com.amazonaws.services.elasticmapreduce.model.Ec2InstanceAttributes

Packages that use Ec2InstanceAttributes
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of Ec2InstanceAttributes in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return Ec2InstanceAttributes
 Ec2InstanceAttributes Cluster.getEc2InstanceAttributes()
          Provides information about the EC2 instances in a cluster grouped by category.
 Ec2InstanceAttributes Ec2InstanceAttributes.withEc2AvailabilityZone(String ec2AvailabilityZone)
          The Availability Zone in which the cluster will run.
 Ec2InstanceAttributes Ec2InstanceAttributes.withEc2KeyName(String ec2KeyName)
          The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop".
 Ec2InstanceAttributes Ec2InstanceAttributes.withEc2SubnetId(String ec2SubnetId)
          To launch the job flow in Amazon VPC, set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch.
 Ec2InstanceAttributes Ec2InstanceAttributes.withIamInstanceProfile(String iamInstanceProfile)
          The IAM role that was specified when the job flow was launched.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type Ec2InstanceAttributes
 void Cluster.setEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
          Provides information about the EC2 instances in a cluster grouped by category.
 Cluster Cluster.withEc2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
          Provides information about the EC2 instances in a cluster grouped by category.
 



Copyright © 2016. All rights reserved.