Uses of Class
com.amazonaws.services.elasticmapreduce.model.PlacementType
-
Packages that use PlacementType Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of PlacementType in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return PlacementType Modifier and Type Method Description PlacementType
PlacementType. clone()
PlacementType
JobFlowInstancesConfig. getPlacement()
The Availability Zone the job flow will run in.PlacementType
JobFlowInstancesDetail. getPlacement()
The Amazon EC2 Availability Zone for the job flow.PlacementType
PlacementType. withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone for the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type PlacementType Modifier and Type Method Description void
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
JobFlowInstancesConfig. withPlacement(PlacementType placement)
The Availability Zone the job flow will run in.JobFlowInstancesDetail
JobFlowInstancesDetail. withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
-