Uses of Class
software.amazon.awssdk.services.devicefarm.model.DevicePlatform
-
Packages that use DevicePlatform Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DevicePlatform in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DevicePlatform Modifier and Type Method Description static DevicePlatformDevicePlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DevicePlatformDevice. platform()The device's platform.DevicePlatformOffering. platform()The platform of the device (for example,ANDROIDorIOS).DevicePlatformRun. platform()The run's platform.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 software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DevicePlatform Modifier and Type Method 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.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DevicePlatform Modifier and Type Method Description Device.BuilderDevice.Builder. platform(DevicePlatform platform)The device's platform.Offering.BuilderOffering.Builder. platform(DevicePlatform platform)The platform of the device (for example,ANDROIDorIOS).Run.BuilderRun.Builder. platform(DevicePlatform platform)The run's platform.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type DevicePlatform Modifier and Type Method Description AccountSettings.BuilderAccountSettings.Builder. unmeteredDevices(Map<DevicePlatform,Integer> unmeteredDevices)Returns the unmetered devices you have purchased or want to purchase.AccountSettings.BuilderAccountSettings.Builder. unmeteredRemoteAccessDevices(Map<DevicePlatform,Integer> unmeteredRemoteAccessDevices)Returns the unmetered remote access devices you have purchased or want to purchase.
-