Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PriceScheduleSpecification> |
CreateReservedInstancesListingRequest.priceSchedules
A list specifying the price of the Reserved Instance for each month
remaining in the Reserved Instance term.
|
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(java.lang.String currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withPrice(java.lang.Double price)
The fixed price for the term.
|
PriceScheduleSpecification |
PriceScheduleSpecification.withTerm(java.lang.Long term)
The number of months remaining in the reservation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PriceScheduleSpecification> |
CreateReservedInstancesListingRequest.getPriceSchedules()
A list specifying the price of the 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 Reserved Instance for each month
remaining in the Reserved Instance term.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateReservedInstancesListingRequest.setPriceSchedules(java.util.Collection<PriceScheduleSpecification> priceSchedules)
A list specifying the price of the Reserved Instance for each month
remaining in the Reserved Instance term.
|
CreateReservedInstancesListingRequest |
CreateReservedInstancesListingRequest.withPriceSchedules(java.util.Collection<PriceScheduleSpecification> priceSchedules)
A list specifying the price of the Reserved Instance for each month
remaining in the Reserved Instance term.
|
Modifier and Type | Method and Description |
---|---|
PriceScheduleSpecification |
PriceScheduleSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |