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 DevicePoolType
DevicePoolType. fromValue(String value)
Use this in place of valueOf.static DevicePoolType
DevicePoolType. 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 void
DevicePool. setType(DevicePoolType type)
The device pool's type.void
ListDevicePoolsRequest. setType(DevicePoolType type)
The device pools' type.DevicePool
DevicePool. withType(DevicePoolType type)
The device pool's type.ListDevicePoolsRequest
ListDevicePoolsRequest. withType(DevicePoolType type)
The device pools' type.
-