Uses of Class
software.amazon.awssdk.services.devicefarm.model.DevicePool
-
Packages that use DevicePool Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of DevicePool in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DevicePool Modifier and Type Method Description DevicePoolCreateDevicePoolResponse. devicePool()The newly created device pool.DevicePoolGetDevicePoolResponse. devicePool()An object that contains information about the requested device pool.DevicePoolUpdateDevicePoolResponse. devicePool()The device pool you just updated.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DevicePool Modifier and Type Method Description List<DevicePool>ListDevicePoolsResponse. devicePools()Information about the device pools.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DevicePool Modifier and Type Method Description CreateDevicePoolResponse.BuilderCreateDevicePoolResponse.Builder. devicePool(DevicePool devicePool)The newly created device pool.GetDevicePoolResponse.BuilderGetDevicePoolResponse.Builder. devicePool(DevicePool devicePool)An object that contains information about the requested device pool.UpdateDevicePoolResponse.BuilderUpdateDevicePoolResponse.Builder. devicePool(DevicePool devicePool)The device pool you just updated.ListDevicePoolsResponse.BuilderListDevicePoolsResponse.Builder. devicePools(DevicePool... devicePools)Information about the device pools.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type DevicePool Modifier and Type Method Description ListDevicePoolsResponse.BuilderListDevicePoolsResponse.Builder. devicePools(Collection<DevicePool> devicePools)Information about the device pools. -
Uses of DevicePool in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type DevicePool Modifier and Type Method Description SdkIterable<DevicePool>ListDevicePoolsIterable. devicePools()Returns an iterable to iterate through the paginatedListDevicePoolsResponse.devicePools()member.SdkPublisher<DevicePool>ListDevicePoolsPublisher. devicePools()Returns a publisher that can be used to get a stream of data.
-