| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SpotPrice> |
DescribeSpotPriceHistoryResponse.spotPriceHistory()
The historical Spot prices.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotPriceHistoryResponse.Builder |
DescribeSpotPriceHistoryResponse.Builder.spotPriceHistory(SpotPrice... spotPriceHistory)
The historical Spot prices.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSpotPriceHistoryResponse.Builder |
DescribeSpotPriceHistoryResponse.Builder.spotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot prices.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SpotPrice> |
DescribeSpotPriceHistoryIterable.spotPriceHistory()
Returns an iterable to iterate through the paginated
DescribeSpotPriceHistoryResponse.spotPriceHistory()
member. |
SdkPublisher<SpotPrice> |
DescribeSpotPriceHistoryPublisher.spotPriceHistory()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.