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 DevicePoolDevicePool. clone()DevicePoolCreateDevicePoolResult. getDevicePool()The newly created device pool.DevicePoolGetDevicePoolResult. getDevicePool()DevicePoolUpdateDevicePoolResult. getDevicePool()DevicePoolDevicePool. withArn(String arn)The device pool's ARN.DevicePoolDevicePool. withDescription(String description)The device pool's description.DevicePoolDevicePool. withName(String name)The device pool's name.DevicePoolDevicePool. withRules(Rule... rules)Information about the device pool's rules.DevicePoolDevicePool. withRules(Collection<Rule> rules)Information about the device pool's rules.DevicePoolDevicePool. withType(DevicePoolType type)The device pool's type.DevicePoolDevicePool. 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 voidCreateDevicePoolResult. setDevicePool(DevicePool devicePool)The newly created device pool.voidGetDevicePoolResult. setDevicePool(DevicePool devicePool)voidUpdateDevicePoolResult. setDevicePool(DevicePool devicePool)CreateDevicePoolResultCreateDevicePoolResult. withDevicePool(DevicePool devicePool)The newly created device pool.GetDevicePoolResultGetDevicePoolResult. withDevicePool(DevicePool devicePool)UpdateDevicePoolResultUpdateDevicePoolResult. withDevicePool(DevicePool devicePool)ListDevicePoolsResultListDevicePoolsResult. 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 voidListDevicePoolsResult. setDevicePools(Collection<DevicePool> devicePools)Information about the device pools.ListDevicePoolsResultListDevicePoolsResult. withDevicePools(Collection<DevicePool> devicePools)Information about the device pools.
-