| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSpotPriceHistoryResponse |
Ec2Client.describeSpotPriceHistory()
Describes the Spot price history.
|
default DescribeSpotPriceHistoryResponse |
Ec2Client.describeSpotPriceHistory(Consumer<DescribeSpotPriceHistoryRequest.Builder> describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
default DescribeSpotPriceHistoryResponse |
Ec2Client.describeSpotPriceHistory(DescribeSpotPriceHistoryRequest describeSpotPriceHistoryRequest)
Describes the Spot price history.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSpotPriceHistoryResponse> |
DescribeSpotPriceHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSpotPriceHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSpotPriceHistoryResponse> subscriber) |
Copyright © 2020. All rights reserved.