Uses of Class
com.amazonaws.services.ec2.model.Placement

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 Instance.getPlacement()
          The location where this instance launched.
 Placement RunInstancesRequest.getPlacement()
          Specifies the placement constraints (Availability Zones) for launching the instances.
 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 Instance.setPlacement(Placement placement)
          The location where this instance launched.
 void RunInstancesRequest.setPlacement(Placement placement)
          Specifies the placement constraints (Availability Zones) for launching the instances.
 Instance Instance.withPlacement(Placement placement)
          The location where this instance launched.
 RunInstancesRequest RunInstancesRequest.withPlacement(Placement placement)
          Specifies the placement constraints (Availability Zones) for launching the instances.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.