|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Placement | |
|---|---|
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of Placement in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return Placement | |
|---|---|
Placement |
RunInstancesRequest.getPlacement()
Specifies the placement constraints (Availability Zones) for launching the instances. |
Placement |
LaunchSpecification.getPlacement()
Defines a placement item. |
Placement |
Instance.getPlacement()
The location where this instance launched. |
Placement |
Placement.withAvailabilityZone(String availabilityZone)
The availability zone in which an Amazon EC2 instance runs. |
| Methods in com.amazonaws.services.ec2.model with parameters of type Placement | |
|---|---|
void |
RunInstancesRequest.setPlacement(Placement placement)
Specifies the placement constraints (Availability Zones) for launching the instances. |
void |
LaunchSpecification.setPlacement(Placement placement)
Defines a placement item. |
void |
Instance.setPlacement(Placement placement)
The location where this instance launched. |
RunInstancesRequest |
RunInstancesRequest.withPlacement(Placement placement)
Specifies the placement constraints (Availability Zones) for launching the instances. |
LaunchSpecification |
LaunchSpecification.withPlacement(Placement placement)
Defines a placement item. |
Instance |
Instance.withPlacement(Placement placement)
The location where this instance launched. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||