| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotPriceHistoryResult |
AmazonEC2.describeSpotPriceHistory()
Describes the Spot price history.
|
DescribeSpotPriceHistoryResult |
AmazonEC2Client.describeSpotPriceHistory()
Describes the Spot price history.
|
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 |
|---|---|
Future<DescribeSpotPriceHistoryResult> |
AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest,
AsyncHandler<DescribeSpotPriceHistoryRequest,DescribeSpotPriceHistoryResult> asyncHandler)
Describes the Spot price history.
|
Future<DescribeSpotPriceHistoryResult> |
AmazonEC2Async.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest,
AsyncHandler<DescribeSpotPriceHistoryRequest,DescribeSpotPriceHistoryResult> asyncHandler)
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 © 2015. All rights reserved.