Uses of Class
com.amazonaws.services.elasticmapreduce.model.PlacementType
Packages that use PlacementType
-
Uses of PlacementType in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return PlacementTypeModifier and TypeMethodDescriptionPlacementType.clone()
JobFlowInstancesConfig.getPlacement()
The Availability Zone the job flow will run in.JobFlowInstancesDetail.getPlacement()
The Amazon EC2 Availability Zone for the job flow.PlacementType.withAvailabilityZone
(String availabilityZone) The Amazon EC2 Availability Zone for the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type PlacementTypeModifier and TypeMethodDescriptionvoid
JobFlowInstancesConfig.setPlacement
(PlacementType placement) The Availability Zone the job flow will run in.void
JobFlowInstancesDetail.setPlacement
(PlacementType placement) The Amazon EC2 Availability Zone for the job flow.JobFlowInstancesConfig.withPlacement
(PlacementType placement) The Availability Zone the job flow will run in.JobFlowInstancesDetail.withPlacement
(PlacementType placement) The Amazon EC2 Availability Zone for the job flow.