Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
static RIProductDescription |
RIProductDescription.fromValue(String value)
Use this in place of valueOf.
|
static RIProductDescription |
RIProductDescription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RIProductDescription[] |
RIProductDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpotInstanceRequest.setProductDescription(RIProductDescription productDescription)
The product description associated with the Spot Instance.
|
void |
ReservedInstancesOffering.setProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
void |
DescribeReservedInstancesOfferingsRequest.setProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
void |
ReservedInstances.setProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
void |
SpotPrice.setProductDescription(RIProductDescription productDescription)
A general description of the AMI.
|
SpotInstanceRequest |
SpotInstanceRequest.withProductDescription(RIProductDescription productDescription)
The product description associated with the Spot Instance.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
DescribeReservedInstancesOfferingsRequest |
DescribeReservedInstancesOfferingsRequest.withProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
ReservedInstances |
ReservedInstances.withProductDescription(RIProductDescription productDescription)
The Reserved Instance description.
|
SpotPrice |
SpotPrice.withProductDescription(RIProductDescription productDescription)
A general description of the AMI.
|
Copyright © 2014. All rights reserved.