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 OfferingTypeValuesUse this in place of valueOf.static OfferingTypeValuesReturns 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 TypeMethodDescriptionvoidDescribeReservedInstancesOfferingsRequest.setOfferingType(OfferingTypeValues offeringType) The Reserved Instance offering type.voidDescribeReservedInstancesRequest.setOfferingType(OfferingTypeValues offeringType) The Reserved Instance offering type.voidReservedInstances.setOfferingType(OfferingTypeValues offeringType) The Reserved Instance offering type.voidReservedInstancesOffering.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.