Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
SpotPlacement |
LaunchSpecification.getPlacement()
The placement information for the instance.
|
SpotPlacement |
SpotPlacement.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
SpotPlacement |
SpotPlacement.withGroupName(String groupName)
The Availability Zone group name.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchSpecification.setPlacement(SpotPlacement placement)
The placement information for the instance.
|
LaunchSpecification |
LaunchSpecification.withPlacement(SpotPlacement placement)
The placement information for the instance.
|
Copyright © 2014. All rights reserved.