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 JobFlowInstancesConfig.getPlacement()
          Returns the value of the Placement property for this object.
 PlacementType JobFlowInstancesDetail.getPlacement()
          Returns the value of the Placement property for this object.
 PlacementType PlacementType.withAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type PlacementType
 void JobFlowInstancesConfig.setPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 void JobFlowInstancesDetail.setPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 



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