Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ReservedInstances> |
DescribeReservedInstancesResult.reservedInstances
A list of Reserved Instances.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstances |
ReservedInstances.clone() |
ReservedInstances |
ReservedInstances.withAvailabilityZone(java.lang.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(java.lang.String currencyCode)
The currency of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withDuration(java.lang.Long duration)
The duration of the Reserved Instance, in seconds.
|
ReservedInstances |
ReservedInstances.withEnd(java.util.Date end)
The time when the Reserved Instance expires.
|
ReservedInstances |
ReservedInstances.withFixedPrice(java.lang.Float fixedPrice)
The purchase price of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withInstanceCount(java.lang.Integer instanceCount)
The number of reservations purchased.
|
ReservedInstances |
ReservedInstances.withInstanceTenancy(java.lang.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(java.lang.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(java.lang.String offeringType)
The Reserved Instance offering type.
|
ReservedInstances |
ReservedInstances.withProductDescription(RIProductDescription productDescription)
The Reserved Instance product platform description.
|
ReservedInstances |
ReservedInstances.withProductDescription(java.lang.String productDescription)
The Reserved Instance product platform description.
|
ReservedInstances |
ReservedInstances.withRecurringCharges(java.util.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(java.lang.String reservedInstancesId)
The ID of the Reserved Instance.
|
ReservedInstances |
ReservedInstances.withStart(java.util.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(java.lang.String state)
The state of the Reserved Instance purchase.
|
ReservedInstances |
ReservedInstances.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the resource.
|
ReservedInstances |
ReservedInstances.withTags(Tag... tags)
Any tags assigned to the resource.
|
ReservedInstances |
ReservedInstances.withUsagePrice(java.lang.Float usagePrice)
The usage price of the Reserved Instance, per hour.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ReservedInstances> reservedInstances)
A list of Reserved Instances.
|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(java.util.Collection<ReservedInstances> reservedInstances)
A list of Reserved Instances.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstances |
ReservedInstancesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |