Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SpotPrice |
SpotPrice.clone() |
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 (bid) that you are willing to pay for a Spot instance.
|
SpotPrice |
SpotPrice.withTimestamp(Date timestamp)
The date and time the request was created, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
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 © 2018. All rights reserved.