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 OfferingType
OfferingType. fromValue(String value)
Use this in place of valueOf.static OfferingType
OfferingType. 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 void
Offering. setType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.Offering
Offering. withType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.
-