Uses of Class
com.amazonaws.services.ec2.model.ReservedInstancesOffering

Packages that use ReservedInstancesOffering
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of ReservedInstancesOffering in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return ReservedInstancesOffering
 ReservedInstancesOffering ReservedInstancesOffering.withAvailabilityZone(String availabilityZone)
          The Availability Zone in which the Reserved Instances can be used.
 ReservedInstancesOffering ReservedInstancesOffering.withDuration(Long duration)
          The duration of the Reserved Instance, in seconds.
 ReservedInstancesOffering ReservedInstancesOffering.withFixedPrice(Float fixedPrice)
          The purchase price of the Reserved Instance.
 ReservedInstancesOffering ReservedInstancesOffering.withInstanceType(String instanceType)
          The instance type on which the Reserved Instances can be used.
 ReservedInstancesOffering ReservedInstancesOffering.withProductDescription(String productDescription)
          The Reserved Instances description (ex: Windows or Unix/Linux).
 ReservedInstancesOffering ReservedInstancesOffering.withReservedInstancesOfferingId(String reservedInstancesOfferingId)
          The unique ID of this Reserved Instances offering.
 ReservedInstancesOffering 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 ReservedInstancesOffering
 List<ReservedInstancesOffering> DescribeReservedInstancesOfferingsResult.getReservedInstancesOfferings()
          The list of described Reserved Instance offerings.
 

Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstancesOffering
 DescribeReservedInstancesOfferingsResult DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
          The list of described Reserved Instance offerings.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstancesOffering
 void DescribeReservedInstancesOfferingsResult.setReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
          The list of described Reserved Instance offerings.
 DescribeReservedInstancesOfferingsResult DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
          The list of described Reserved Instance offerings.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.