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 PlacementPlacement. clone()PlacementImportInstanceLaunchSpecification. getPlacement()The placement information for the instance.PlacementInstance. getPlacement()The location where the instance launched, if applicable.PlacementRunInstancesRequest. getPlacement()The placement for the instance.PlacementPlacement. withAffinity(String affinity)The affinity setting for the instance on the Dedicated host.PlacementPlacement. withAvailabilityZone(String availabilityZone)The Availability Zone of the instance.PlacementPlacement. withGroupName(String groupName)The name of the placement group the instance is in (for cluster compute instances).PlacementPlacement. withHostId(String hostId)The ID of the Dedicted host on which the instance resides.PlacementPlacement. withTenancy(Tenancy tenancy)The tenancy of the instance (if the instance is running in a VPC).PlacementPlacement. 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 voidImportInstanceLaunchSpecification. setPlacement(Placement placement)The placement information for the instance.voidInstance. setPlacement(Placement placement)The location where the instance launched, if applicable.voidRunInstancesRequest. setPlacement(Placement placement)The placement for the instance.ImportInstanceLaunchSpecificationImportInstanceLaunchSpecification. withPlacement(Placement placement)The placement information for the instance.InstanceInstance. withPlacement(Placement placement)The location where the instance launched, if applicable.RunInstancesRequestRunInstancesRequest. withPlacement(Placement placement)The placement for the instance.
-