Uses of Enum
com.amazonaws.services.devicefarm.model.DevicePlatform
Packages that use DevicePlatform
-
Uses of DevicePlatform in com.amazonaws.services.devicefarm.model
Subclasses with type arguments of type DevicePlatform in com.amazonaws.services.devicefarm.modelMethods in com.amazonaws.services.devicefarm.model that return DevicePlatformModifier and TypeMethodDescriptionstatic DevicePlatformUse this in place of valueOf.static DevicePlatformReturns 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 DevicePlatformModifier and TypeMethodDescriptionvoidDevice.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.Device.withPlatform(DevicePlatform platform) The device's platform.Offering.withPlatform(DevicePlatform platform) The platform of the device (e.g., ANDROID or IOS).Run.withPlatform(DevicePlatform platform) The run's platform.