| 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 to convert the raw string returned by the service into the enum value.
|
DevicePlatform |
Run.platform()
The run's platform.
|
DevicePlatform |
Offering.platform()
The platform of the device (for example,
ANDROID or IOS). |
DevicePlatform |
Device.platform()
The device's platform.
|
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 |
|---|---|
static Set<DevicePlatform> |
DevicePlatform.knownValues()
|
Map<DevicePlatform,Integer> |
AccountSettings.unmeteredDevices()
Returns the unmetered devices you have purchased or want to purchase.
|
Map<DevicePlatform,Integer> |
AccountSettings.unmeteredRemoteAccessDevices()
Returns the unmetered remote access devices you have purchased or want to purchase.
|
| 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 (for example,
ANDROID or IOS). |
Device.Builder |
Device.Builder.platform(DevicePlatform platform)
The device's platform.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSettings.Builder |
AccountSettings.Builder.unmeteredDevices(Map<DevicePlatform,Integer> unmeteredDevices)
Returns the unmetered devices you have purchased or want to purchase.
|
AccountSettings.Builder |
AccountSettings.Builder.unmeteredRemoteAccessDevices(Map<DevicePlatform,Integer> unmeteredRemoteAccessDevices)
Returns the unmetered remote access devices you have purchased or want to purchase.
|
Copyright © 2020. All rights reserved.