| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceFilterAttribute |
DeviceFilter.attribute()
The aspect of a device such as platform or model used as the selection criteria in a device filter.
|
static DeviceFilterAttribute |
DeviceFilterAttribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeviceFilterAttribute |
DeviceFilterAttribute.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceFilterAttribute> |
DeviceFilterAttribute.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeviceFilter.Builder |
DeviceFilter.Builder.attribute(DeviceFilterAttribute attribute)
The aspect of a device such as platform or model used as the selection criteria in a device filter.
|
Copyright © 2019. All rights reserved.