Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PricingDetail |
PricingDetail.clone() |
PricingDetail |
PricingDetail.withCount(Integer count)
The number of reservations available for the price.
|
PricingDetail |
PricingDetail.withPrice(Double price)
The price per instance.
|
Modifier and Type | Method and Description |
---|---|
List<PricingDetail> |
ReservedInstancesOffering.getPricingDetails()
The pricing details of the Reserved Instance offering.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(PricingDetail... pricingDetails)
The pricing details of the Reserved Instance offering.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstancesOffering.setPricingDetails(Collection<PricingDetail> pricingDetails)
The pricing details of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(Collection<PricingDetail> pricingDetails)
The pricing details of the Reserved Instance offering.
|
Copyright © 2018. All rights reserved.