Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private DevicePool |
UpdateDevicePoolResult.devicePool |
private DevicePool |
GetDevicePoolResult.devicePool |
private DevicePool |
CreateDevicePoolResult.devicePool
The newly created device pool.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<DevicePool> |
ListDevicePoolsResult.devicePools
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
DevicePool |
DevicePool.clone() |
DevicePool |
UpdateDevicePoolResult.getDevicePool() |
DevicePool |
GetDevicePoolResult.getDevicePool() |
DevicePool |
CreateDevicePoolResult.getDevicePool()
The newly created device pool.
|
DevicePool |
DevicePool.withArn(java.lang.String arn)
The device pool's ARN.
|
DevicePool |
DevicePool.withDescription(java.lang.String description)
The device pool's description.
|
DevicePool |
DevicePool.withName(java.lang.String name)
The device pool's name.
|
DevicePool |
DevicePool.withRules(java.util.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(java.lang.String type)
The device pool's type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DevicePool> |
ListDevicePoolsResult.getDevicePools()
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDevicePoolResult.setDevicePool(DevicePool devicePool) |
void |
GetDevicePoolResult.setDevicePool(DevicePool devicePool) |
void |
CreateDevicePoolResult.setDevicePool(DevicePool devicePool)
The newly created device pool.
|
UpdateDevicePoolResult |
UpdateDevicePoolResult.withDevicePool(DevicePool devicePool) |
GetDevicePoolResult |
GetDevicePoolResult.withDevicePool(DevicePool devicePool) |
CreateDevicePoolResult |
CreateDevicePoolResult.withDevicePool(DevicePool devicePool)
The newly created device pool.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(DevicePool... devicePools)
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDevicePoolsResult.setDevicePools(java.util.Collection<DevicePool> devicePools)
Information about the device pools.
|
ListDevicePoolsResult |
ListDevicePoolsResult.withDevicePools(java.util.Collection<DevicePool> devicePools)
Information about the device pools.
|
Modifier and Type | Method and Description |
---|---|
DevicePool |
DevicePoolJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DevicePoolJsonMarshaller.marshall(DevicePool devicePool,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|