Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PriceScheduleSpecification |
PriceScheduleSpecification.clone() |
PriceScheduleSpecification |
PriceScheduleSpecification.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withCurrencyCode(String currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withPrice(Double price)
The fixed price for the term.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withTerm(Long term)
The number of months remaining in the reservation.
|
Modifier and Type | Method and Description |
---|---|
List<PriceScheduleSpecification> |
CreateReservedInstancesListingRequest.getPriceSchedules()
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance
term.
|
Modifier and Type | Method and Description |
---|---|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withPriceSchedules(PriceScheduleSpecification... priceSchedules)
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance
term.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateReservedInstancesListingRequest.setPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance
term.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withPriceSchedules(Collection<PriceScheduleSpecification> priceSchedules)
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance
term.
|
Copyright © 2024. All rights reserved.