Uses of Class
com.amazonaws.services.devicefarm.model.DevicePool
Packages that use DevicePool
-
Uses of DevicePool in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DevicePoolModifier and TypeMethodDescriptionDevicePool.clone()CreateDevicePoolResult.getDevicePool()The newly created device pool.GetDevicePoolResult.getDevicePool()UpdateDevicePoolResult.getDevicePool()The device pool's ARN.DevicePool.withDescription(String description) The device pool's description.The device pool's name.Information about the device pool's rules.DevicePool.withRules(Collection<Rule> rules) Information about the device pool's rules.DevicePool.withType(DevicePoolType type) The device pool's type.The device pool's type.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type DevicePoolModifier and TypeMethodDescriptionListDevicePoolsResult.getDevicePools()Information about the device pools.Methods in com.amazonaws.services.devicefarm.model with parameters of type DevicePoolModifier and TypeMethodDescriptionvoidCreateDevicePoolResult.setDevicePool(DevicePool devicePool) The newly created device pool.voidGetDevicePoolResult.setDevicePool(DevicePool devicePool) voidUpdateDevicePoolResult.setDevicePool(DevicePool devicePool) CreateDevicePoolResult.withDevicePool(DevicePool devicePool) The newly created device pool.GetDevicePoolResult.withDevicePool(DevicePool devicePool) UpdateDevicePoolResult.withDevicePool(DevicePool devicePool) ListDevicePoolsResult.withDevicePools(DevicePool... devicePools) Information about the device pools.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type DevicePoolModifier and TypeMethodDescriptionvoidListDevicePoolsResult.setDevicePools(Collection<DevicePool> devicePools) Information about the device pools.ListDevicePoolsResult.withDevicePools(Collection<DevicePool> devicePools) Information about the device pools.