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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesConfig
 JobFlowInstancesConfig RunJobFlowRequest.getInstances()
          Returns the value of the Instances property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withEc2KeyName(String ec2KeyName)
          Sets the value of the Ec2KeyName property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withInstanceCount(Integer instanceCount)
          Sets the value of the InstanceCount property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Sets the value of the KeepJobFlowAliveWhenNoSteps property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withMasterInstanceType(String masterInstanceType)
          Sets the value of the MasterInstanceType property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withSlaveInstanceType(String slaveInstanceType)
          Sets the value of the SlaveInstanceType property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesConfig
 void RunJobFlowRequest.setInstances(JobFlowInstancesConfig instances)
          Sets the value of the Instances property for this object.
 RunJobFlowRequest RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
          Sets the value of the Instances property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.