| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
DevicePool |
UpdateDevicePoolResponse.devicePool()
The device pool you just updated.
|
DevicePool |
CreateDevicePoolResponse.devicePool()
The newly created device pool.
|
DevicePool |
GetDevicePoolResponse.devicePool()
An object that contains information about the requested device pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<DevicePool> |
ListDevicePoolsResponse.devicePools()
Information about the device pools.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicePoolResponse.Builder |
UpdateDevicePoolResponse.Builder.devicePool(DevicePool devicePool)
The device pool you just updated.
|
CreateDevicePoolResponse.Builder |
CreateDevicePoolResponse.Builder.devicePool(DevicePool devicePool)
The newly created device pool.
|
GetDevicePoolResponse.Builder |
GetDevicePoolResponse.Builder.devicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.devicePools(DevicePool... devicePools)
Information about the device pools.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.devicePools(Collection<DevicePool> devicePools)
Information about the device pools.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DevicePool> |
ListDevicePoolsIterable.devicePools()
Returns an iterable to iterate through the paginated
ListDevicePoolsResponse.devicePools() member. |
SdkPublisher<DevicePool> |
ListDevicePoolsPublisher.devicePools()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.