Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeviceAttribute
-
Packages that use DeviceAttribute Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceAttribute in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DeviceAttribute Modifier and Type Method Description DeviceAttributeRule. attribute()The rule's stringified attribute.static DeviceAttributeDeviceAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeviceAttributeIncompatibilityMessage. type()The type of incompatibility.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 software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DeviceAttribute Modifier and Type Method Description static Set<DeviceAttribute>DeviceAttribute. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DeviceAttribute Modifier and Type Method Description Rule.BuilderRule.Builder. attribute(DeviceAttribute attribute)The rule's stringified attribute.IncompatibilityMessage.BuilderIncompatibilityMessage.Builder. type(DeviceAttribute type)The type of incompatibility.
-