Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReservedInstances |
ReservedInstances.clone() |
ReservedInstances |
ReservedInstances.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the Reserved Instance can be used.
|
ReservedInstances |
ReservedInstances.withCurrencyCode(CurrencyCodeValues currencyCode)
The currency of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withCurrencyCode(String currencyCode)
The currency of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withDuration(Long duration)
The duration of the Reserved Instance, in seconds.
|
ReservedInstances |
ReservedInstances.withEnd(Date end)
The time when the Reserved Instance expires.
|
ReservedInstances |
ReservedInstances.withFixedPrice(Float fixedPrice)
The purchase price of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withInstanceCount(Integer instanceCount)
The number of reservations purchased.
|
ReservedInstances |
ReservedInstances.withInstanceTenancy(String instanceTenancy)
The tenancy of the instance.
|
ReservedInstances |
ReservedInstances.withInstanceTenancy(Tenancy instanceTenancy)
The tenancy of the instance.
|
ReservedInstances |
ReservedInstances.withInstanceType(InstanceType instanceType)
The instance type on which the Reserved Instance can be used.
|
ReservedInstances |
ReservedInstances.withInstanceType(String instanceType)
The instance type on which the Reserved Instance can be used.
|
ReservedInstances |
ReservedInstances.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
ReservedInstances |
ReservedInstances.withOfferingType(String offeringType)
The Reserved Instance offering type.
|
ReservedInstances |
ReservedInstances.withProductDescription(RIProductDescription productDescription)
The Reserved Instance product platform description.
|
ReservedInstances |
ReservedInstances.withProductDescription(String productDescription)
The Reserved Instance product platform description.
|
ReservedInstances |
ReservedInstances.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstances |
ReservedInstances.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstances |
ReservedInstances.withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withStart(Date start)
The date and time the Reserved Instance started.
|
ReservedInstances |
ReservedInstances.withState(ReservedInstanceState state)
The state of the Reserved Instance purchase.
|
ReservedInstances |
ReservedInstances.withState(String state)
The state of the Reserved Instance purchase.
|
ReservedInstances |
ReservedInstances.withTags(Collection<Tag> tags)
Any tags assigned to the resource.
|
ReservedInstances |
ReservedInstances.withTags(Tag... tags)
Any tags assigned to the resource.
|
ReservedInstances |
ReservedInstances.withUsagePrice(Float usagePrice)
The usage price of the Reserved Instance, per hour.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedInstances> |
DescribeReservedInstancesResult.getReservedInstances()
A list of Reserved Instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(ReservedInstances... reservedInstances)
A list of Reserved Instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedInstancesResult.setReservedInstances(Collection<ReservedInstances> reservedInstances)
A list of Reserved Instances.
|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(Collection<ReservedInstances> reservedInstances)
A list of Reserved Instances.
|
Copyright © 2018. All rights reserved.