Uses of Enum
com.amazonaws.services.ec2.model.OfferingTypeValues
Packages that use OfferingTypeValues
-
Uses of OfferingTypeValues in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return OfferingTypeValuesModifier and TypeMethodDescriptionstatic OfferingTypeValues
Use this in place of valueOf.static OfferingTypeValues
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.Methods in com.amazonaws.services.ec2.model with parameters of type OfferingTypeValuesModifier and TypeMethodDescriptionvoid
DescribeReservedInstancesOfferingsRequest.setOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.void
DescribeReservedInstancesRequest.setOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.void
ReservedInstances.setOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.void
ReservedInstancesOffering.setOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.DescribeReservedInstancesOfferingsRequest.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.DescribeReservedInstancesRequest.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstances.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.ReservedInstancesOffering.withOfferingType
(OfferingTypeValues offeringType) The Reserved Instance offering type.