Uses of Class
com.amazonaws.services.devicefarm.model.DevicePool
-
Packages that use DevicePool Package Description com.amazonaws.services.devicefarm.model -
-
Uses of DevicePool in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DevicePool Modifier and Type Method Description DevicePool
DevicePool. clone()
DevicePool
CreateDevicePoolResult. getDevicePool()
The newly created device pool.DevicePool
GetDevicePoolResult. getDevicePool()
DevicePool
UpdateDevicePoolResult. getDevicePool()
DevicePool
DevicePool. withArn(String arn)
The device pool's ARN.DevicePool
DevicePool. withDescription(String description)
The device pool's description.DevicePool
DevicePool. withName(String name)
The device pool's name.DevicePool
DevicePool. withRules(Rule... rules)
Information about the device pool's rules.DevicePool
DevicePool. withRules(Collection<Rule> rules)
Information about the device pool's rules.DevicePool
DevicePool. withType(DevicePoolType type)
The device pool's type.DevicePool
DevicePool. withType(String type)
The device pool's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type DevicePool Modifier and Type Method Description List<DevicePool>
ListDevicePoolsResult. getDevicePools()
Information about the device pools.Methods in com.amazonaws.services.devicefarm.model with parameters of type DevicePool Modifier and Type Method Description void
CreateDevicePoolResult. setDevicePool(DevicePool devicePool)
The newly created device pool.void
GetDevicePoolResult. setDevicePool(DevicePool devicePool)
void
UpdateDevicePoolResult. setDevicePool(DevicePool devicePool)
CreateDevicePoolResult
CreateDevicePoolResult. withDevicePool(DevicePool devicePool)
The newly created device pool.GetDevicePoolResult
GetDevicePoolResult. withDevicePool(DevicePool devicePool)
UpdateDevicePoolResult
UpdateDevicePoolResult. withDevicePool(DevicePool devicePool)
ListDevicePoolsResult
ListDevicePoolsResult. withDevicePools(DevicePool... devicePools)
Information about the device pools.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type DevicePool Modifier and Type Method Description void
ListDevicePoolsResult. setDevicePools(Collection<DevicePool> devicePools)
Information about the device pools.ListDevicePoolsResult
ListDevicePoolsResult. withDevicePools(Collection<DevicePool> devicePools)
Information about the device pools.
-