Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PricingDetail> |
ReservedInstancesOffering.pricingDetails
The pricing details of the Reserved Instance offering.
|
Modifier and Type | Method and Description |
---|---|
PricingDetail |
PricingDetail.clone() |
PricingDetail |
PricingDetail.withCount(java.lang.Integer count)
The number of reservations available for the price.
|
PricingDetail |
PricingDetail.withPrice(java.lang.Double price)
The price per instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<PricingDetail> pricingDetails)
The pricing details of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(java.util.Collection<PricingDetail> pricingDetails)
The pricing details of the Reserved Instance offering.
|
Modifier and Type | Method and Description |
---|---|
PricingDetail |
PricingDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |