| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
Device |
RemoteAccessSession.device()
The device (phone or tablet) used in the remote access session.
|
Device |
Problem.device()
Information about the associated device.
|
Device |
Job.device()
The device (phone or tablet).
|
Device |
GetDeviceResponse.device()
An object containing information about the requested device.
|
Device |
DevicePoolCompatibilityResult.device()
The device (phone or tablet) that you wish to return information about.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResponse.devices()
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.device(Device device)
The device (phone or tablet) used in the remote access session.
|
Problem.Builder |
Problem.Builder.device(Device device)
Information about the associated device.
|
Job.Builder |
Job.Builder.device(Device device)
The device (phone or tablet).
|
GetDeviceResponse.Builder |
GetDeviceResponse.Builder.device(Device device)
An object containing information about the requested device.
|
DevicePoolCompatibilityResult.Builder |
DevicePoolCompatibilityResult.Builder.device(Device device)
The device (phone or tablet) that you wish to return information about.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Device... devices)
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.devices(Collection<Device> devices)
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceMarshaller.marshall(Device device,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.