Uses of Enum
com.amazonaws.services.devicefarm.model.DevicePoolType
Packages that use DevicePoolType
-
Uses of DevicePoolType in com.amazonaws.services.devicefarm.model
Subclasses with type arguments of type DevicePoolType in com.amazonaws.services.devicefarm.modelMethods in com.amazonaws.services.devicefarm.model that return DevicePoolTypeModifier and TypeMethodDescriptionstatic DevicePoolTypeUse this in place of valueOf.static DevicePoolTypeReturns 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 TypeMethodDescriptionvoidDevicePool.setType(DevicePoolType type) The device pool's type.voidListDevicePoolsRequest.setType(DevicePoolType type) The device pools' type.DevicePool.withType(DevicePoolType type) The device pool's type.ListDevicePoolsRequest.withType(DevicePoolType type) The device pools' type.