Uses of Class
com.amazonaws.services.ec2.model.Placement
-
Packages that use Placement Package Description com.amazonaws.services.ec2.model -
-
Uses of Placement in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Placement Modifier and Type Method Description Placement
Placement. clone()
Placement
ImportInstanceLaunchSpecification. getPlacement()
The placement information for the instance.Placement
Instance. getPlacement()
The location where the instance launched, if applicable.Placement
RunInstancesRequest. getPlacement()
The placement for the instance.Placement
Placement. withAffinity(String affinity)
The affinity setting for the instance on the Dedicated host.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. withHostId(String hostId)
The ID of the Dedicted host on which the instance resides.Placement
Placement. withTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).Placement
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 Placement Modifier and Type Method Description void
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
ImportInstanceLaunchSpecification. withPlacement(Placement placement)
The placement information for the instance.Instance
Instance. withPlacement(Placement placement)
The location where the instance launched, if applicable.RunInstancesRequest
RunInstancesRequest. withPlacement(Placement placement)
The placement for the instance.
-