Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
SpotPrice |
SpotPrice.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
SpotPrice |
SpotPrice.withInstanceType(InstanceType instanceType)
The instance type.
|
SpotPrice |
SpotPrice.withInstanceType(String instanceType)
The instance type.
|
SpotPrice |
SpotPrice.withProductDescription(RIProductDescription productDescription)
A general description of the AMI.
|
SpotPrice |
SpotPrice.withProductDescription(String productDescription)
A general description of the AMI.
|
SpotPrice |
SpotPrice.withSpotPrice(String spotPrice)
The maximum price you will pay to launch one or more Spot Instances.
|
SpotPrice |
SpotPrice.withTimestamp(Date timestamp)
The date and time the request was created.
|
Modifier and Type | Method and Description |
---|---|
List<SpotPrice> |
DescribeSpotPriceHistoryResult.getSpotPriceHistory()
The historical Spot Prices.
|
Modifier and Type | Method and Description |
---|---|
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory)
The historical Spot Prices.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSpotPriceHistoryResult.setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot Prices.
|
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot Prices.
|
Copyright © 2014. All rights reserved.