Uses of Class
com.amazonaws.services.ec2.model.ReservedInstances
Packages that use ReservedInstances
-
Uses of ReservedInstances in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ReservedInstancesModifier and TypeMethodDescriptionReservedInstances.clone()
ReservedInstances.withAvailabilityZone
(String availabilityZone) The Availability Zone in which the Reserved Instance can be used.ReservedInstances.withCurrencyCode
(CurrencyCodeValues currencyCode) The currency of the Reserved Instance.ReservedInstances.withCurrencyCode
(String currencyCode) The currency of the Reserved Instance.ReservedInstances.withDuration
(Long duration) The duration of the Reserved Instance, in seconds.The time when the Reserved Instance expires.ReservedInstances.withFixedPrice
(Float fixedPrice) The purchase price of the Reserved Instance.ReservedInstances.withInstanceCount
(Integer instanceCount) The number of reservations purchased.ReservedInstances.withInstanceTenancy
(Tenancy instanceTenancy) The tenancy of the instance.ReservedInstances.withInstanceTenancy
(String instanceTenancy) The tenancy of the instance.ReservedInstances.withInstanceType
(InstanceType instanceType) The instance type on which the Reserved Instance can be used.ReservedInstances.withInstanceType
(String instanceType) The instance type on which the Reserved Instance can be used.ReservedInstances.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstances.withOfferingType
(String offeringType) The Reserved Instance offering type.ReservedInstances.withProductDescription
(RIProductDescription productDescription) The Reserved Instance product platform description.ReservedInstances.withProductDescription
(String productDescription) The Reserved Instance product platform description.ReservedInstances.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring charge tag assigned to the resource.ReservedInstances.withReservedInstancesId
(String reservedInstancesId) The ID of the Reserved Instance.The date and time the Reserved Instance started.ReservedInstances.withState
(ReservedInstanceState state) The state of the Reserved Instance purchase.The state of the Reserved Instance purchase.Any tags assigned to the resource.ReservedInstances.withTags
(Collection<Tag> tags) Any tags assigned to the resource.ReservedInstances.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 ReservedInstancesModifier and TypeMethodDescriptionDescribeReservedInstancesResult.getReservedInstances()
A list of Reserved Instances.Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstancesModifier and TypeMethodDescriptionDescribeReservedInstancesResult.withReservedInstances
(ReservedInstances... reservedInstances) A list of Reserved Instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstancesModifier and TypeMethodDescriptionvoid
DescribeReservedInstancesResult.setReservedInstances
(Collection<ReservedInstances> reservedInstances) A list of Reserved Instances.DescribeReservedInstancesResult.withReservedInstances
(Collection<ReservedInstances> reservedInstances) A list of Reserved Instances.