Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PriceSchedule> |
ReservedInstancesListing.priceSchedules
The price of the Reserved Instance listing.
|
Modifier and Type | Method and Description |
---|---|
PriceSchedule |
PriceSchedule.clone() |
PriceSchedule |
PriceSchedule.withActive(java.lang.Boolean active)
The current price schedule, as determined by the term remaining for the
Reserved Instance in the listing.
|
PriceSchedule |
PriceSchedule.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceSchedule |
PriceSchedule.withCurrencyCode(java.lang.String currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceSchedule |
PriceSchedule.withPrice(java.lang.Double price)
The fixed price for the term.
|
PriceSchedule |
PriceSchedule.withTerm(java.lang.Long term)
The number of months remaining in the reservation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PriceSchedule> |
ReservedInstancesListing.getPriceSchedules()
The price of the Reserved Instance listing.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesListing |
ReservedInstancesListing.withPriceSchedules(PriceSchedule... priceSchedules)
The price of the Reserved Instance listing.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstancesListing.setPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
The price of the Reserved Instance listing.
|
ReservedInstancesListing |
ReservedInstancesListing.withPriceSchedules(java.util.Collection<PriceSchedule> priceSchedules)
The price of the Reserved Instance listing.
|
Modifier and Type | Method and Description |
---|---|
PriceSchedule |
PriceScheduleStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |