| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static DevicePlatform |
DevicePlatform.fromValue(String value)
Use this in place of valueOf.
|
static DevicePlatform |
DevicePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DevicePlatform[] |
DevicePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Run.Builder |
Run.Builder.platform(DevicePlatform platform)
The run's platform.
|
Offering.Builder |
Offering.Builder.platform(DevicePlatform platform)
The platform of the device (e.g., ANDROID or IOS).
|
Device.Builder |
Device.Builder.platform(DevicePlatform platform)
The device's platform.
|
Copyright © 2017. All rights reserved.