Uses of Enum
com.amazonaws.services.devicefarm.model.OfferingType
Packages that use OfferingType
-
Uses of OfferingType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingTypeModifier and TypeMethodDescriptionstatic OfferingType
Use this in place of valueOf.static OfferingType
Returns the enum constant of this type with the specified name.static OfferingType[]
OfferingType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.devicefarm.model with parameters of type OfferingTypeModifier and TypeMethodDescriptionvoid
Offering.setType
(OfferingType type) The type of offering (e.g., "RECURRING") for a device.Offering.withType
(OfferingType type) The type of offering (e.g., "RECURRING") for a device.