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 |
---|---|
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 |
---|---|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withEndTime(Date endTime)
The end date and time of the Spot Price history data.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(Collection<String> instanceTypes)
One or more instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(InstanceType... instanceTypes)
One or more instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(String... instanceTypes)
One or more instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withMaxResults(Integer maxResults)
The number of rows to return.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withNextToken(String nextToken)
The next set of rows to return.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withProductDescriptions(Collection<String> productDescriptions)
One or more basic product descriptions.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withProductDescriptions(String... productDescriptions)
One or more basic product descriptions.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withStartTime(Date startTime)
The start date and time of the Spot Price history data.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSpotPriceHistoryRequest> |
DescribeSpotPriceHistoryRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.