|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReservedInstances | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of ReservedInstances in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ReservedInstances | |
---|---|
ReservedInstances |
ReservedInstances.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the Reserved Instances can be used. |
ReservedInstances |
ReservedInstances.withDuration(Long duration)
The duration of the Reserved Instances, in seconds. |
ReservedInstances |
ReservedInstances.withFixedPrice(Float fixedPrice)
The purchase price of the Reserved Instances. |
ReservedInstances |
ReservedInstances.withInstanceCount(Integer instanceCount)
The number of Reserved Instances purchased. |
ReservedInstances |
ReservedInstances.withInstanceType(String instanceType)
The instance type on which the Reserved Instances can be used. |
ReservedInstances |
ReservedInstances.withProductDescription(String productDescription)
The Reserved Instances product description (ex: Windows or Unix/Linux). |
ReservedInstances |
ReservedInstances.withReservedInstancesId(String reservedInstancesId)
The unique ID of the Reserved Instances purchase. |
ReservedInstances |
ReservedInstances.withStart(Date start)
The date and time the Reserved Instances started. |
ReservedInstances |
ReservedInstances.withState(String state)
The state of the Reserved Instances purchase. |
ReservedInstances |
ReservedInstances.withUsagePrice(Float usagePrice)
The usage price of the Reserved Instances, per hour. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReservedInstances | |
---|---|
List<ReservedInstances> |
DescribeReservedInstancesResult.getReservedInstances()
The list of described Reserved Instances. |
Methods in com.amazonaws.services.ec2.model with parameters of type ReservedInstances | |
---|---|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(ReservedInstances... reservedInstances)
The list of described Reserved Instances. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type ReservedInstances | |
---|---|
void |
DescribeReservedInstancesResult.setReservedInstances(Collection<ReservedInstances> reservedInstances)
The list of described Reserved Instances. |
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(Collection<ReservedInstances> reservedInstances)
The list of described Reserved Instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |