Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static OfferingTypeValues |
OfferingTypeValues.fromValue(String value)
Use this in place of valueOf.
|
static OfferingTypeValues |
OfferingTypeValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfferingTypeValues[] |
OfferingTypeValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstances.setOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
void |
DescribeReservedInstancesOfferingsRequest.setOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
void |
ReservedInstancesOffering.setOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
void |
DescribeReservedInstancesRequest.setOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
ReservedInstances |
ReservedInstances.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
DescribeReservedInstancesOfferingsRequest |
DescribeReservedInstancesOfferingsRequest.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
DescribeReservedInstancesRequest |
DescribeReservedInstancesRequest.withOfferingType(OfferingTypeValues offeringType)
The Reserved Instance offering type.
|
Copyright © 2018. All rights reserved.