Uses of Enum
com.amazonaws.services.devicefarm.model.OfferingType
Packages that use OfferingType
-
Uses of OfferingType in com.amazonaws.services.devicefarm.model
Subclasses with type arguments of type OfferingType in com.amazonaws.services.devicefarm.modelMethods in com.amazonaws.services.devicefarm.model that return OfferingTypeModifier and TypeMethodDescriptionstatic OfferingTypeUse this in place of valueOf.static OfferingTypeReturns 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 TypeMethodDescriptionvoidOffering.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.