| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.builder() |
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.devicePools(Collection<DevicePool> devicePools)
Information about the device pools.
|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.devicePools(Consumer<DevicePool.Builder>... devicePools)
Information about the device pools.
|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.devicePools(DevicePool... devicePools)
Information about the device pools.
|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.Builder.nextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned.
|
ListDevicePoolsResponse.Builder |
ListDevicePoolsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevicePoolsResponse.Builder> |
ListDevicePoolsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.