Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeviceFilterAttribute
-
Packages that use DeviceFilterAttribute Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DeviceFilterAttribute in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DeviceFilterAttribute Modifier and Type Method Description DeviceFilterAttributeDeviceFilter. attribute()The aspect of a device such as platform or model used as the selection criteria in a device filter.static DeviceFilterAttributeDeviceFilterAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceFilterAttributeDeviceFilterAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceFilterAttribute[]DeviceFilterAttribute. 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 DeviceFilterAttribute Modifier and Type Method Description static Set<DeviceFilterAttribute>DeviceFilterAttribute. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DeviceFilterAttribute Modifier and Type Method Description DeviceFilter.BuilderDeviceFilter.Builder. attribute(DeviceFilterAttribute attribute)The aspect of a device such as platform or model used as the selection criteria in a device filter.
-