Uses of Class
com.amazonaws.services.devicefarm.model.OfferingType
-
Packages that use OfferingType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of OfferingType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingType Modifier and Type Method Description static OfferingTypeOfferingType. fromValue(String value)Use this in place of valueOf.static OfferingTypeOfferingType. valueOf(String name)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 OfferingType Modifier and Type Method Description voidOffering. setType(OfferingType type)The type of offering (e.g., "RECURRING") for a device.OfferingOffering. withType(OfferingType type)The type of offering (e.g., "RECURRING") for a device.
-