| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAttribute |
DeviceAttribute.fromValue(String value)
Use this in place of valueOf.
|
static DeviceAttribute |
DeviceAttribute.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.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.attribute(DeviceAttribute attribute)
The rule's stringified attribute.
|
IncompatibilityMessage.Builder |
IncompatibilityMessage.Builder.type(DeviceAttribute type)
The type of incompatibility.
|
Copyright © 2017. All rights reserved.