Uses of Class
com.amazonaws.services.devicefarm.model.DevicePoolType
-
Packages that use DevicePoolType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of DevicePoolType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DevicePoolType Modifier and Type Method Description static DevicePoolTypeDevicePoolType. fromValue(String value)Use this in place of valueOf.static DevicePoolTypeDevicePoolType. valueOf(String name)Returns the enum constant of this type with the specified name.static DevicePoolType[]DevicePoolType. 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 DevicePoolType Modifier and Type Method Description voidDevicePool. setType(DevicePoolType type)The device pool's type.voidListDevicePoolsRequest. setType(DevicePoolType type)The device pools' type.DevicePoolDevicePool. withType(DevicePoolType type)The device pool's type.ListDevicePoolsRequestListDevicePoolsRequest. withType(DevicePoolType type)The device pools' type.
-