Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeSpotPriceHistoryResponse
-
Packages that use DescribeSpotPriceHistoryResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of DescribeSpotPriceHistoryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeSpotPriceHistoryResponse Modifier and Type Method Description default DescribeSpotPriceHistoryResponseEc2Client. describeSpotPriceHistory()Describes the Spot price history.default DescribeSpotPriceHistoryResponseEc2Client. describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)Describes the Spot price history.default DescribeSpotPriceHistoryResponseEc2Client. describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)Describes the Spot price history.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeSpotPriceHistoryResponse Modifier and Type Method Description default CompletableFuture<DescribeSpotPriceHistoryResponse>Ec2AsyncClient. describeSpotPriceHistory()Describes the Spot price history.default CompletableFuture<DescribeSpotPriceHistoryResponse>Ec2AsyncClient. describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)Describes the Spot price history.default CompletableFuture<DescribeSpotPriceHistoryResponse>Ec2AsyncClient. describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)Describes the Spot price history. -
Uses of DescribeSpotPriceHistoryResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type DescribeSpotPriceHistoryResponse Modifier and Type Method Description Iterator<DescribeSpotPriceHistoryResponse>DescribeSpotPriceHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type DescribeSpotPriceHistoryResponse Modifier and Type Method Description voidDescribeSpotPriceHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSpotPriceHistoryResponse> subscriber)
-