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