| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Device |
GetDeviceResponse.device()
An object containing information about the requested device.
|
Device |
RemoteAccessSession.device()
The device (phone or tablet) used in the remote access session.
|
Device |
DevicePoolCompatibilityResult.device()
The device (phone or tablet) that you wish to return information about.
|
Device |
Problem.device()
Information about the associated device.
|
Device |
Job.device()
The device (phone or tablet).
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
ListDevicesResponse.devices()
Information about the devices.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse.Builder |
GetDeviceResponse.Builder.device(Device device)
An object containing information about the requested device.
|
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.device(Device device)
The device (phone or tablet) used in the remote access session.
|
DevicePoolCompatibilityResult.Builder |
DevicePoolCompatibilityResult.Builder.device(Device device)
The device (phone or tablet) that you wish to return information about.
|
Problem.Builder |
Problem.Builder.device(Device device)
Information about the associated device.
|
Job.Builder |
Job.Builder.device(Device device)
The device (phone or tablet).
|
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 |
|---|---|
SdkIterable<Device> |
ListDevicesIterable.devices()
Returns an iterable to iterate through the paginated
ListDevicesResponse.devices() member. |
SdkPublisher<Device> |
ListDevicesPublisher.devices()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2018. All rights reserved.