Uses of Class
com.amazonaws.services.ec2.model.Placement
Packages that use Placement
-
Uses of Placement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PlacementModifier and TypeMethodDescriptionPlacement.clone()
ImportInstanceLaunchSpecification.getPlacement()
The placement information for the instance.Instance.getPlacement()
The location where the instance launched, if applicable.RunInstancesRequest.getPlacement()
The placement for the instance.Placement.withAffinity
(String affinity) The affinity setting for the instance on the Dedicated host.Placement.withAvailabilityZone
(String availabilityZone) The Availability Zone of the instance.Placement.withGroupName
(String groupName) The name of the placement group the instance is in (for cluster compute instances).Placement.withHostId
(String hostId) The ID of the Dedicted host on which the instance resides.Placement.withTenancy
(Tenancy tenancy) The tenancy of the instance (if the instance is running in a VPC).Placement.withTenancy
(String 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 PlacementModifier and TypeMethodDescriptionvoid
ImportInstanceLaunchSpecification.setPlacement
(Placement placement) The placement information for the instance.void
Instance.setPlacement
(Placement placement) The location where the instance launched, if applicable.void
RunInstancesRequest.setPlacement
(Placement placement) The placement for the instance.ImportInstanceLaunchSpecification.withPlacement
(Placement placement) The placement information for the instance.Instance.withPlacement
(Placement placement) The location where the instance launched, if applicable.RunInstancesRequest.withPlacement
(Placement placement) The placement for the instance.