| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAvailability |
DeviceAvailability.fromValue(String value)
Use this in place of valueOf.
|
static DeviceAvailability |
DeviceAvailability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAvailability[] |
DeviceAvailability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setAvailability(DeviceAvailability availability)
Indicates how likely a device is available for a test run.
|
Device |
Device.withAvailability(DeviceAvailability availability)
Indicates how likely a device is available for a test run.
|
Copyright © 2023. All rights reserved.