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 RunInstancesRequest.getPlacement()
          The placement for the instance.
 Placement Instance.getPlacement()
          The location where the instance launched.
 Placement ImportInstanceLaunchSpecification.getPlacement()
           
 Placement Placement.withAvailabilityZone(String availabilityZone)
          The Availability Zone of the instance.
 Placement Placement.withGroupName(String groupName)
          The name of the placement group the instance is in (for cluster compute instances).
 Placement Placement.withTenancy(String tenancy)
          The tenancy of the instance (if the instance is running in a VPC).
 Placement Placement.withTenancy(Tenancy tenancy)
          The tenancy of the instance (if the instance is running in a VPC).
 

Methods in com.amazonaws.services.ec2.model with parameters of type Placement
 void RunInstancesRequest.setPlacement(Placement placement)
          The placement for the instance.
 void Instance.setPlacement(Placement placement)
          The location where the instance launched.
 void ImportInstanceLaunchSpecification.setPlacement(Placement placement)
           
 RunInstancesRequest RunInstancesRequest.withPlacement(Placement placement)
          The placement for the instance.
 Instance Instance.withPlacement(Placement placement)
          The location where the instance launched.
 ImportInstanceLaunchSpecification ImportInstanceLaunchSpecification.withPlacement(Placement placement)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2016. All rights reserved.