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 PlacementTypePlacementType. clone()PlacementTypeJobFlowInstancesConfig. getPlacement()The Availability Zone the job flow will run in.PlacementTypeJobFlowInstancesDetail. getPlacement()The Amazon EC2 Availability Zone for the job flow.PlacementTypePlacementType. 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 voidJobFlowInstancesConfig. setPlacement(PlacementType placement)The Availability Zone the job flow will run in.voidJobFlowInstancesDetail. setPlacement(PlacementType placement)The Amazon EC2 Availability Zone for the job flow.JobFlowInstancesConfigJobFlowInstancesConfig. withPlacement(PlacementType placement)The Availability Zone the job flow will run in.JobFlowInstancesDetailJobFlowInstancesDetail. withPlacement(PlacementType placement)The Amazon EC2 Availability Zone for the job flow.
-