Uses of Class
software.amazon.awssdk.services.ec2.model.SpotPrice
Packages that use SpotPrice
Package
Description
-
Uses of SpotPrice in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotPriceModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResponse.spotPriceHistory()The historical Spot prices.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SpotPriceModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResponse.Builder.spotPriceHistory(SpotPrice... spotPriceHistory) The historical Spot prices.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SpotPriceModifier and TypeMethodDescriptionDescribeSpotPriceHistoryResponse.Builder.spotPriceHistory(Collection<SpotPrice> spotPriceHistory) The historical Spot prices. -
Uses of SpotPrice in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type SpotPriceModifier and TypeMethodDescriptionfinal SdkIterable<SpotPrice>DescribeSpotPriceHistoryIterable.spotPriceHistory()Returns an iterable to iterate through the paginatedDescribeSpotPriceHistoryResponse.spotPriceHistory()member.final SdkPublisher<SpotPrice>DescribeSpotPriceHistoryPublisher.spotPriceHistory()Returns a publisher that can be used to get a stream of data.