Uses of Class
com.amazonaws.services.devicefarm.model.DevicePlatform
-
Packages that use DevicePlatform Package Description com.amazonaws.services.devicefarm.model -
-
Uses of DevicePlatform in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DevicePlatform Modifier and Type Method Description static DevicePlatformDevicePlatform. fromValue(String value)Use this in place of valueOf.static DevicePlatformDevicePlatform. 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.Methods in com.amazonaws.services.devicefarm.model with parameters of type DevicePlatform Modifier and Type Method Description voidDevice. setPlatform(DevicePlatform platform)The device's platform.voidOffering. setPlatform(DevicePlatform platform)The platform of the device (e.g., ANDROID or IOS).voidRun. setPlatform(DevicePlatform platform)The run's platform.DeviceDevice. withPlatform(DevicePlatform platform)The device's platform.OfferingOffering. withPlatform(DevicePlatform platform)The platform of the device (e.g., ANDROID or IOS).RunRun. withPlatform(DevicePlatform platform)The run's platform.
-