| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceInstance |
GetDeviceInstanceResponse.deviceInstance()
An object that contains information about your device instance.
|
DeviceInstance |
UpdateDeviceInstanceResponse.deviceInstance()
An object that contains information about your device instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceInstance> |
ListDeviceInstancesResponse.deviceInstances()
An object that contains information about your device instances.
|
List<DeviceInstance> |
Device.instances()
The instances that belong to this device.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceInstanceResponse.Builder |
GetDeviceInstanceResponse.Builder.deviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
UpdateDeviceInstanceResponse.Builder |
UpdateDeviceInstanceResponse.Builder.deviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.deviceInstances(DeviceInstance... deviceInstances)
An object that contains information about your device instances.
|
Device.Builder |
Device.Builder.instances(DeviceInstance... instances)
The instances that belong to this device.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesResponse.Builder |
ListDeviceInstancesResponse.Builder.deviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
Device.Builder |
Device.Builder.instances(Collection<DeviceInstance> instances)
The instances that belong to this device.
|
Copyright © 2021. All rights reserved.