Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReservedInstancesOffering |
ReservedInstancesOffering.clone() |
ReservedInstancesOffering |
ReservedInstancesOffering.withAvailabilityZone(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(String currencyCode)
The currency of the Reserved Instance offering you are purchasing.
|
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.withInstanceTenancy(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(String instanceType)
The instance type on which the Reserved Instance can be used.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withMarketplace(Boolean marketplace)
Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or AWS.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingClass(OfferingClassType offeringClass)
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingClass(String offeringClass)
If
convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with
different configurations. |
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingType(String offeringType)
The Reserved Instance offering type.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withPricingDetails(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(String productDescription)
The Reserved Instance product platform description.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withRecurringCharges(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(String reservedInstancesOfferingId)
The ID of the Reserved Instance offering.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withScope(String scope)
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withUsagePrice(Float usagePrice)
The usage price of the Reserved Instance, per hour.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
DescribeReservedInstancesOfferingsResult |
DescribeReservedInstancesOfferingsResult.withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
Copyright © 2021. All rights reserved.