Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
DevicePool |
DevicePool.clone() |
DevicePool |
UpdateDevicePoolResult.getDevicePool() |
DevicePool |
CreateDevicePoolResult.getDevicePool()
The newly created device pool.
|
DevicePool |
GetDevicePoolResult.getDevicePool() |
DevicePool |
DevicePool.withArn(String arn)
The device pool's ARN.
|
DevicePool |
DevicePool.withDescription(String description)
The device pool's description.
|
DevicePool |
DevicePool.withName(String name)
The device pool's name.
|
DevicePool |
DevicePool.withRules(Collection<Rule> rules)
Information about the device pool's rules.
|
DevicePool |
DevicePool.withRules(Rule... rules)
Information about the device pool's rules.
|
DevicePool |
DevicePool.withType(DevicePoolType type)
The device pool's type.
|
DevicePool |
DevicePool.withType(String type)
The device pool's type.
|
Modifier and Type | Method and Description |
---|---|
List<DevicePool> |
ListDevicePoolsResult.getDevicePools()
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDevicePoolResult.setDevicePool(DevicePool devicePool) |
void |
CreateDevicePoolResult.setDevicePool(DevicePool devicePool)
The newly created device pool.
|
void |
GetDevicePoolResult.setDevicePool(DevicePool devicePool) |
UpdateDevicePoolResult |
UpdateDevicePoolResult.withDevicePool(DevicePool devicePool) |
CreateDevicePoolResult |
CreateDevicePoolResult.withDevicePool(DevicePool devicePool)
The newly created device pool.
|
GetDevicePoolResult |
GetDevicePoolResult.withDevicePool(DevicePool devicePool) |
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(DevicePool... devicePools)
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDevicePoolsResult.setDevicePools(Collection<DevicePool> devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(Collection<DevicePool> devicePools)
Information about the device pools.
|
Copyright © 2018. All rights reserved.