Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReservedInstancesOffering> |
DescribeReservedInstancesOfferingsResult.reservedInstancesOfferings
A list of Reserved Instances offerings.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesOffering |
ReservedInstancesOffering.clone() |
ReservedInstancesOffering |
ReservedInstancesOffering.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone in which the Reserved Instance can be used.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withCurrencyCode(java.lang.String currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withDuration(java.lang.Long duration)
The duration of the Reserved Instance, in seconds.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withFixedPrice(java.lang.Float fixedPrice)
The purchase price of the Reserved Instance.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceTenancy(java.lang.String instanceTenancy)
The tenancy of the instance.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withInstanceType(java.lang.String instanceType)
The instance type on which the Reserved Instance can be used.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withMarketplace(java.lang.Boolean marketplace)
Indicates whether the offering is available through the Reserved Instance
Marketplace (resale) or AWS.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingType(java.lang.String offeringType)
The Reserved Instance offering type.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(java.util.Collection<PricingDetail> pricingDetails)
The pricing details of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(PricingDetail... pricingDetails)
The pricing details of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withProductDescription(RIProductDescription productDescription)
The Reserved Instance product platform description.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withProductDescription(java.lang.String productDescription)
The Reserved Instance product platform description.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withReservedInstancesOfferingId(java.lang.String reservedInstancesOfferingId)
The ID of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withUsagePrice(java.lang.Float usagePrice)
The usage price of the Reserved Instance, per hour.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReservedInstancesOffering> |
DescribeReservedInstancesOfferingsResult.getReservedInstancesOfferings()
A list of Reserved Instances offerings.
|
Modifier and Type | Method and Description |
---|---|
DescribeReservedInstancesOfferingsResult |
DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedInstancesOfferingsResult.setReservedInstancesOfferings(java.util.Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
DescribeReservedInstancesOfferingsResult |
DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings(java.util.Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesOffering |
ReservedInstancesOfferingStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |