| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementType |
JobFlowInstancesDetail.getPlacement()
The Amazon EC2 Availability Zone for the job flow.
|
PlacementType |
JobFlowInstancesConfig.getPlacement()
The Availability Zone the job flow will run in.
|
PlacementType |
PlacementType.withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone for the job flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobFlowInstancesDetail.setPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
|
void |
JobFlowInstancesConfig.setPlacement(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.
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withPlacement(PlacementType placement)
The Availability Zone the job flow will run in.
|
Copyright © 2014. All rights reserved.