Uses of Class
com.amazonaws.services.ec2.model.ReservedInstancesOffering
Packages that use ReservedInstancesOffering
-
Uses of ReservedInstancesOffering in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservedInstancesOfferingModifier and TypeMethodDescriptionReservedInstancesOffering.clone()
ReservedInstancesOffering.withAvailabilityZone
(String availabilityZone) The Availability Zone in which the Reserved Instance can be used.ReservedInstancesOffering.withCurrencyCode
(CurrencyCodeValues currencyCode) The currency of the Reserved Instance offering you are purchasing.ReservedInstancesOffering.withCurrencyCode
(String currencyCode) The currency of the Reserved Instance offering you are purchasing.ReservedInstancesOffering.withDuration
(Long duration) The duration of the Reserved Instance, in seconds.ReservedInstancesOffering.withFixedPrice
(Float fixedPrice) The purchase price of the Reserved Instance.ReservedInstancesOffering.withInstanceTenancy
(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.withInstanceTenancy
(String instanceTenancy) The tenancy of the instance.ReservedInstancesOffering.withInstanceType
(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesOffering.withInstanceType
(String instanceType) The instance type on which the Reserved Instance can be used.ReservedInstancesOffering.withMarketplace
(Boolean marketplace) Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.ReservedInstancesOffering.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstancesOffering.withOfferingType
(String offeringType) The Reserved Instance offering type.ReservedInstancesOffering.withPricingDetails
(PricingDetail... pricingDetails) The pricing details of the Reserved Instance offering.ReservedInstancesOffering.withPricingDetails
(Collection<PricingDetail> pricingDetails) The pricing details of the Reserved Instance offering.ReservedInstancesOffering.withProductDescription
(RIProductDescription productDescription) The Reserved Instance product platform description.ReservedInstancesOffering.withProductDescription
(String productDescription) The Reserved Instance product platform description.ReservedInstancesOffering.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstancesOffering.withReservedInstancesOfferingId
(String reservedInstancesOfferingId) The ID of the Reserved Instance offering.ReservedInstancesOffering.withUsagePrice
(Float usagePrice) The usage price of the Reserved Instance, per hour.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReservedInstancesOfferingModifier and TypeMethodDescriptionDescribeReservedInstancesOfferingsResult.getReservedInstancesOfferings()
A list of Reserved Instances offerings.Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstancesOfferingModifier and TypeMethodDescriptionDescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings
(ReservedInstancesOffering... reservedInstancesOfferings) A list of Reserved Instances offerings.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstancesOfferingModifier and TypeMethodDescriptionvoid
DescribeReservedInstancesOfferingsResult.setReservedInstancesOfferings
(Collection<ReservedInstancesOffering> reservedInstancesOfferings) A list of Reserved Instances offerings.DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings
(Collection<ReservedInstancesOffering> reservedInstancesOfferings) A list of Reserved Instances offerings.