Uses of Enum
com.amazonaws.services.devicefarm.model.DevicePoolType
Packages that use DevicePoolType
-
Uses of DevicePoolType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DevicePoolTypeModifier and TypeMethodDescriptionstatic DevicePoolType
Use this in place of valueOf.static DevicePoolType
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 DevicePoolTypeModifier and TypeMethodDescriptionvoid
DevicePool.setType
(DevicePoolType type) The device pool's type.void
ListDevicePoolsRequest.setType
(DevicePoolType type) The device pools' type.DevicePool.withType
(DevicePoolType type) The device pool's type.ListDevicePoolsRequest.withType
(DevicePoolType type) The device pools' type.