Uses of Enum
com.amazonaws.services.devicefarm.model.DeviceAttribute
Packages that use DeviceAttribute
-
Uses of DeviceAttribute in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeviceAttributeModifier and TypeMethodDescriptionstatic DeviceAttributeUse this in place of valueOf.static DeviceAttributeReturns 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 DeviceAttributeModifier and TypeMethodDescriptionvoidRule.setAttribute(DeviceAttribute attribute) The rule's stringified attribute.voidIncompatibilityMessage.setType(DeviceAttribute type) The type of incompatibility.Rule.withAttribute(DeviceAttribute attribute) The rule's stringified attribute.IncompatibilityMessage.withType(DeviceAttribute type) The type of incompatibility.