|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.ProductDescription
public class ProductDescription
| Constructor Summary | |
|---|---|
ProductDescription(String reservedInstanceOfferingId,
InstanceType instanceType,
String availabilityZone,
long duration,
double fixedPrice,
double usagePrice,
String productDescription)
|
|
| Method Summary | |
|---|---|
String |
getAvailabilityZone()
|
long |
getDuration()
|
double |
getFixedPrice()
|
String |
getId()
|
InstanceType |
getInstanceType()
|
String |
getProductDescription()
|
double |
getUsagePrice()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProductDescription(String reservedInstanceOfferingId,
InstanceType instanceType,
String availabilityZone,
long duration,
double fixedPrice,
double usagePrice,
String productDescription)
| Method Detail |
|---|
public String getId()
public InstanceType getInstanceType()
public String getAvailabilityZone()
public long getDuration()
public double getFixedPrice()
public double getUsagePrice()
public String getProductDescription()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||