Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Placement |
Placement.clone() |
Placement |
Instance.getPlacement()
The location where the instance launched, if applicable.
|
Placement |
RunInstancesRequest.getPlacement()
The placement for the instance.
|
Placement |
ImportInstanceLaunchSpecification.getPlacement()
The placement information 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 Dedicated Host on which the instance resides.
|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setPlacement(Placement placement)
The location where the instance launched, if applicable.
|
void |
RunInstancesRequest.setPlacement(Placement placement)
The placement for the instance.
|
void |
ImportInstanceLaunchSpecification.setPlacement(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.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
The placement information for the instance.
|
Copyright © 2017. All rights reserved.