Uses of Class
com.amazonaws.services.devicefarm.model.DeviceAttribute
-
Packages that use DeviceAttribute Package Description com.amazonaws.services.devicefarm.model -
-
Uses of DeviceAttribute in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeviceAttribute Modifier and Type Method Description static DeviceAttributeDeviceAttribute. fromValue(String value)Use this in place of valueOf.static DeviceAttributeDeviceAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceAttribute[]DeviceAttribute. 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 DeviceAttribute Modifier and Type Method Description voidRule. setAttribute(DeviceAttribute attribute)The rule's stringified attribute.voidIncompatibilityMessage. setType(DeviceAttribute type)The type of incompatibility.RuleRule. withAttribute(DeviceAttribute attribute)The rule's stringified attribute.IncompatibilityMessageIncompatibilityMessage. withType(DeviceAttribute type)The type of incompatibility.
-