Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.clone() |
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withAvailabilityZone(String availabilityZone)
Filters the results by the specified Availability Zone.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withEndTime(Date endTime)
The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format
(for example, YYYY-MM-DDTHH:MM:SSZ).
|
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)
Filters the results by the specified instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(InstanceType... instanceTypes)
Filters the results by the specified instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withInstanceTypes(String... instanceTypes)
Filters the results by the specified instance types.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withNextToken(String nextToken)
The token for the next set of results.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withProductDescriptions(Collection<String> productDescriptions)
Filters the results by the specified basic product descriptions.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withProductDescriptions(String... productDescriptions)
Filters the results by the specified basic product descriptions.
|
DescribeSpotPriceHistoryRequest |
DescribeSpotPriceHistoryRequest.withStartTime(Date startTime)
The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format
(for example, YYYY-MM-DDTHH:MM:SSZ).
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSpotPriceHistoryRequest> |
DescribeSpotPriceHistoryRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2022. All rights reserved.