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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return PlacementType
 PlacementType JobFlowInstancesDetail.getPlacement()
          A container for the placement type of the job flow instance.
 PlacementType JobFlowInstancesConfig.getPlacement()
          A container for the placement type of the job flow instances config.
 PlacementType PlacementType.withAvailabilityZone(String availabilityZone)
          The geographical location of the Amazon EC2 instances.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type PlacementType
 void JobFlowInstancesDetail.setPlacement(PlacementType placement)
          A container for the placement type of the job flow instance.
 void JobFlowInstancesConfig.setPlacement(PlacementType placement)
          A container for the placement type of the job flow instances config.
 JobFlowInstancesDetail JobFlowInstancesDetail.withPlacement(PlacementType placement)
          A container for the placement type of the job flow instance.
 JobFlowInstancesConfig JobFlowInstancesConfig.withPlacement(PlacementType placement)
          A container for the placement type of the job flow instances config.
 



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