Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Placement |
RunInstancesRequest.placement
The placement for the instance.
|
private Placement |
Instance.placement
The location where the instance launched, if applicable.
|
private Placement |
ImportInstanceLaunchSpecification.placement
The placement information for the instance.
|
Modifier and Type | Method and Description |
---|---|
Placement |
Placement.clone() |
Placement |
RunInstancesRequest.getPlacement()
The placement for the instance.
|
Placement |
Instance.getPlacement()
The location where the instance launched, if applicable.
|
Placement |
ImportInstanceLaunchSpecification.getPlacement()
The placement information for the instance.
|
Placement |
Placement.withAffinity(java.lang.String affinity)
The affinity setting for the instance on the Dedicated host.
|
Placement |
Placement.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone of the instance.
|
Placement |
Placement.withGroupName(java.lang.String groupName)
The name of the placement group the instance is in (for cluster compute
instances).
|
Placement |
Placement.withHostId(java.lang.String hostId)
The ID of the Dedicted host on which the instance resides.
|
Placement |
Placement.withTenancy(java.lang.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 |
RunInstancesRequest.setPlacement(Placement placement)
The placement for the instance.
|
void |
Instance.setPlacement(Placement placement)
The location where the instance launched, if applicable.
|
void |
ImportInstanceLaunchSpecification.setPlacement(Placement placement)
The placement information for the instance.
|
RunInstancesRequest |
RunInstancesRequest.withPlacement(Placement placement)
The placement for the instance.
|
Instance |
Instance.withPlacement(Placement placement)
The location where the instance launched, if applicable.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
The placement information for the instance.
|
Modifier and Type | Method and Description |
---|---|
Placement |
PlacementStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |