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.withNextToken(String nextToken)
The string marking 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 © 2014. All rights reserved.