Uses of Class
com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryRequest
Packages that use DescribeSpotPriceHistoryRequest
-
Uses of DescribeSpotPriceHistoryRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeSpotPriceHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSpotPriceHistory
(DescribeSpotPriceHistoryRequest request) AmazonEC2.describeSpotPriceHistory
(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) Describes the Spot price history.AmazonEC2Client.describeSpotPriceHistory
(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) Describes the Spot price history.AbstractAmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request) AbstractAmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) AmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) Describes the Spot price history.AmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Describes the Spot price history.AmazonEC2AsyncClient.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request) AmazonEC2AsyncClient.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSpotPriceHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSpotPriceHistoryAsync
(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an AsyncHandler.AbstractAmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) AmazonEC2Async.describeSpotPriceHistoryAsync
(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an AsyncHandler.AmazonEC2Async.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Describes the Spot price history.AmazonEC2AsyncClient.describeSpotPriceHistoryAsync
(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an AsyncHandler.AmazonEC2AsyncClient.describeSpotPriceHistoryAsync
(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) -
Uses of DescribeSpotPriceHistoryRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSpotPriceHistoryRequestModifier and TypeMethodDescriptionDescribeSpotPriceHistoryRequest.clone()
DescribeSpotPriceHistoryRequest.withAvailabilityZone
(String availabilityZone) Filters the results by the specified Availability Zone.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.withFilters
(Filter... filters) One or more filters.DescribeSpotPriceHistoryRequest.withFilters
(Collection<Filter> filters) One or more filters.DescribeSpotPriceHistoryRequest.withInstanceTypes
(InstanceType... instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.withInstanceTypes
(String... instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.withInstanceTypes
(Collection<String> instanceTypes) Filters the results by the specified instance types.DescribeSpotPriceHistoryRequest.withMaxResults
(Integer maxResults) The maximum number of results to return in a single call.DescribeSpotPriceHistoryRequest.withNextToken
(String nextToken) The token for the next set of results.DescribeSpotPriceHistoryRequest.withProductDescriptions
(String... productDescriptions) Filters the results by the specified basic product descriptions.DescribeSpotPriceHistoryRequest.withProductDescriptions
(Collection<String> productDescriptions) Filters the results by the specified basic product descriptions.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).Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSpotPriceHistoryRequestModifier and TypeMethodDescriptionDescribeSpotPriceHistoryRequest.getDryRunRequest()
This method is intended for internal use only.