Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
Placement |
Instance.getPlacement()
The location where the instance launched.
|
Placement |
RunInstancesRequest.getPlacement()
The placement for the instance.
|
Placement |
ImportInstanceLaunchSpecification.getPlacement() |
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.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.
|
void |
RunInstancesRequest.setPlacement(Placement placement)
The placement for the instance.
|
void |
ImportInstanceLaunchSpecification.setPlacement(Placement placement) |
Instance |
Instance.withPlacement(Placement placement)
The location where the instance launched.
|
RunInstancesRequest |
RunInstancesRequest.withPlacement(Placement placement)
The placement for the instance.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
Returns a reference to this object so that method calls can be chained together.
|
Copyright © 2014. All rights reserved.