Uses of Class
com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult
Packages that use DescribeSpotPriceHistoryResult
-
Uses of DescribeSpotPriceHistoryResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeSpotPriceHistoryResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSpotPriceHistory()AbstractAmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest request) AmazonEC2.describeSpotPriceHistory()Simplified method form for invoking the DescribeSpotPriceHistory operation.AmazonEC2.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) Describes the Spot price history.AmazonEC2Client.describeSpotPriceHistory()AmazonEC2Client.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest) Describes the Spot price history.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSpotPriceHistoryResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSpotPriceHistoryAsync()Simplified method form for invoking the DescribeSpotPriceHistory operation.AbstractAmazonEC2Async.describeSpotPriceHistoryAsync(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an AsyncHandler.AbstractAmazonEC2Async.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest request) AbstractAmazonEC2Async.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) AmazonEC2Async.describeSpotPriceHistoryAsync()Simplified method form for invoking the DescribeSpotPriceHistory operation.AmazonEC2Async.describeSpotPriceHistoryAsync(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an 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()Simplified method form for invoking the DescribeSpotPriceHistory operation.AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Simplified method form for invoking the DescribeSpotPriceHistory operation with an AsyncHandler.AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest request) AmazonEC2AsyncClient.describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest request, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSpotPriceHistoryResultModifier 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 DescribeSpotPriceHistoryResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSpotPriceHistoryResultModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResult.clone()DescribeSpotPriceHistoryResult.withNextToken(String nextToken) The token required to retrieve the next set of results.DescribeSpotPriceHistoryResult.withSpotPriceHistory(SpotPrice... spotPriceHistory) The historical Spot prices.DescribeSpotPriceHistoryResult.withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory) The historical Spot prices.