Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeSpotPriceHistoryResult |
AbstractAmazonEC2.describeSpotPriceHistory() |
DescribeSpotPriceHistoryResult |
AmazonEC2.describeSpotPriceHistory()
Simplified method form for invoking the DescribeSpotPriceHistory
operation.
|
DescribeSpotPriceHistoryResult |
AmazonEC2Client.describeSpotPriceHistory() |
DescribeSpotPriceHistoryResult |
AbstractAmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest request) |
DescribeSpotPriceHistoryResult |
AmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
DescribeSpotPriceHistoryResult |
AmazonEC2Client.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
Modifier and Type | Method and Description |
---|---|
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.clone() |
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.withNextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot prices.
|
DescribeSpotPriceHistoryResult |
DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory)
The historical Spot prices.
|
Copyright © 2018. All rights reserved.